Registry / database / easyswoole-redis-pool

easyswoole-redis-pool

JSON →
library3.0.4phppackagistunverified

An efficient Swoole framework Redis connection pool component.

composer require easyswoole/redis-pool
INSTALL
IMPORT
SIG · EASYSWOOLE-REDIS-P
E
easyswoole-redis-pool
databasephpv3.0.4
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.

RedisPool
use EasySwoole\RedisPool\RedisPool;

Initialize a Redis pool, get a connection, set a key, and return the connection.

<?php use EasySwoole\RedisPool\RedisPool; $config = new \EasySwoole\Redis\Config\RedisConfig(); $pool = new RedisPool($config); $redis = $pool->getObj(); $redis->set('key', 'value'); $pool->recycleObj($redis);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
easyswoole-redis-pool — pip install easyswoole-redis-pool · libregistry