Download the PHP package cheprasov/php-redis-client without Composer
On this page you can find all versions of the php package cheprasov/php-redis-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cheprasov/php-redis-client
More information about cheprasov/php-redis-client
Files in cheprasov/php-redis-client
Download cheprasov/php-redis-client
More information about cheprasov/php-redis-client
Files in cheprasov/php-redis-client
Vendor cheprasov
Package php-redis-client
Short Description Php client for Redis. It is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0
License MIT
Homepage http://github.com/cheprasov/php-redis-client
Package php-redis-client
Short Description Php client for Redis. It is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0
License MIT
Homepage http://github.com/cheprasov/php-redis-client
Please rate this library. Is it a good library?
Informations about the package php-redis-client
RedisClient v1.10.0 for PHP >= 5.5
About
RedisClient is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0
Main features
- Support Redis versions from 2.6.x to 6.0.x.
- Support TCP/IP and UNIX sockets.
- Support PubSub and Monitor functionallity.
- Support Pipeline and Transactions.
- Support Redis Cluster.
- Support RAW commands as arrays
['SET', 'foo', 'bar']
. - Connections to Redis are established lazily by the client upon the first command.
- Easy to use with IDE, client has PHPDocs for all supported versions.
- By default, the client works with the latest stable version of Redis (6.0).
- The client was tested on the next latest versions of Redis:
6.0.5
,5.0.5
,4.0.14
,3.2.8
,3.0.7
,2.8.24
,2.6.17
. - Also, the client was tested on PHP
7.4
,7.3
,7.2
,7.1
,7.0
,5.6
,5.5
,HHVM
.
Redis Commands
Please see list of commands here ./COMMANDS.md
Usage
Config
Create a new instance of RedisClient
Example
Please, see examples here: https://github.com/cheprasov/php-redis-client/tree/master/examples
- Create new instance
- Using MONITOR
- Publish and Subscribe
- Transactions
- Pipeline
- Cluster support
- RAW Commands
Installation
Composer
Download composer:
wget -nc http://getcomposer.org/composer.phar
and add dependency to your project:
php composer.phar require cheprasov/php-redis-client
Running tests
- Run Docker container with Redis for tests https://hub.docker.com/r/cheprasov/redis-for-tests/
- Run Docker container with Redis Cluster for tests https://hub.docker.com/r/cheprasov/redis-cluster-for-tests/
-
To run tests type in console:
./vendor/bin/phpunit
Something doesn't work
Feel free to fork project, fix bugs and finally request for pull
All versions of php-redis-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
The package cheprasov/php-redis-client contains the following files
Loading the files please wait ....