You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The simpliest way to install and use redisphp-phpdoc is to use Composer, as there is a package on Packagist. Just add this to your project composer.json file :
27
+
28
+
{
29
+
"require": {
30
+
"ukko/redisphp-phpdoc": "*"
31
+
},
32
+
}
33
+
34
+
* Or download [phpredis-phpdoc](https://github.com/ukko/phpredis-phpdoc/tarball/master)
0 commit comments