Download the PHP package lizus/php-redis without Composer
On this page you can find all versions of the php package lizus/php-redis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-redis
php-redis
php redis class
First thing to do
Define your host and port, if empty it will use 127.0.0.1 and 6379 as port.
If your redis need auth:
Chose database:
or you can use protected $database=1
to select your database
or you can run the class method select();
to select your database, this may change the proteced var $database
use sample
All versions of php-redis with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package lizus/php-redis contains the following files
Loading the files please wait ....