Redis Pool is a Redis database connection pool developed based on PHP extended Swoole.
Cooperative Redis database connection pool based on Swoole4 implementation.
composer require lisgroup/redis-pool
Copy the sample code demo.php
to the project directory and start the script.
php demo.php
Browser access: http://localhost:9501/
- src/AbstractPool.php -- Connection pool encapsulates abstract classes
- src/RedisPool.php -- Cooperative Redis Connection Pool
- demo.php Example file