Registry / database / cheprasov-php-redis-client

cheprasov-php-redis-client

JSON →
library1.10.0phppackagistunverified

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

composer require cheprasov/php-redis-client
INSTALL
IMPORT
SIG · CHEPRASOV-PHP-REDI
C
cheprasov-php-redis-client
databasephpv1.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RedisClient
use Cheprasov\RedisClient\RedisClient;

Connect to Redis and perform basic set/get operations

use Cheprasov\RedisClient\RedisClient; $client = new RedisClient('tcp://127.0.0.1:6379'); $client->set('key', 'value'); echo $client->get('key');
Debug
Known issues
gotchaRequires PHP ext-redis or ext-igbinary for serialization
fix
Install php-redis extension (e.g., pecl install redis) or igbinary
affects: >=1.0.0
Upgrade
Version history
1.10.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
cheprasov-php-redis-client — pip install cheprasov-php-redis-client · libregistry