Registry / caching / snc-redis-bundle

snc-redis-bundle

JSON →
library4.12.0phppackagistunverified

A Redis bundle for Symfony, integrating Redis caching and session storage.

composer require snc/redis-bundle
INSTALL
IMPORT
SIG · SNC-REDIS-BUNDLE
S
snc-redis-bundle
cachingphpv4.12.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.

Client
use Snc\RedisBundle\Client\Phpredis\Client;

Create a Redis client and perform basic set/get operations.

use Snc\RedisBundle\Client\Phpredis\Client; $client = new Client(['host' => '127.0.0.1', 'port' => 6379]); $client->set('key', 'value'); echo $client->get('key');
Debug
Known issues
breakingRequires the phpredis PHP extension to be installed.
fix
Install phpredis via pecl install redis or enable it in php.ini.
affects: >=4.0.0
Upgrade
Version history
4.12.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
40
Resources
snc-redis-bundle — pip install snc-redis-bundle · libregistry