WeRedis is small PHP library to make some fun with Redis
WeRedis is small PHP library to have some fun with Redis., (*1)
Require this package, with Composer, in the root directory of your project., (*2)
$ composer require thinfer/we-redis
Note: WeRedis requires the PECL::Package::redis extension in order to work., (*3)
use Thinfer\WeRedis; $redis = WeRedis\Factory::instance($config);
Sources Download
php redis nosql phpredis vazredis