Download the PHP package jelix/php-redis without Composer
On this page you can find all versions of the php package jelix/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 contains php classes for connecting with redis database with methods for all available commands in redis.
It provides pure PHP API, and doesn't rely on some PHP extensions.
Quick start
Changelog
- 1.0: Initial implementation with all functions implemented up to redis 1.0
- 1.1:
- The unified request protocol is used (intruduced in redis 1.2).
- Redis implements the __call magic method. Any non-implemented redis method can be called via ->methodname(param1, ...)
- 1.2: pipeline support. ->pipeline_begin() and then execute any number of commands - each will return null Then run ->pipeline_responses() to get all of the responses as array and end the pipeline mode
- 1.2.1: fix quit() error, undefined variable on connection errors, and add closing during destruction of the object
- 1.3.0:
- support of Pub/Sub
- new method flushByPrefix(). Read warning in the method comment.
- new methods getHost() and getPort()
- fix cloning support: a clone should not reuse the same socket.
- 2.0.0:
- move classes into a namespace to avoid conflicts with classes of the redis extension.
All versions of php-redis with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package jelix/php-redis contains the following files
Loading the files please wait ....