Thursday, March 2, 2017

An Introduction to Redis in PHP using Predis

https://www.sitepoint.com/an-introduction-to-redis-in-php-using-predis/
PHP can either use a PECL extension for Redis, or the predis package, as in this tutorial.