Download the PHP package haoa/mix-redis without Composer
On this page you can find all versions of the php package haoa/mix-redis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download haoa/mix-redis
More information about haoa/mix-redis
Files in haoa/mix-redis
Download haoa/mix-redis
More information about haoa/mix-redis
Files in haoa/mix-redis
Vendor haoa
Package mix-redis
Short Description Coroutine redis library based on Swoole, built-in connection pool
License Apache-2.0
Package mix-redis
Short Description Coroutine redis library based on Swoole, built-in connection pool
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package mix-redis
OpenMix 出品:https://openmix.org
Mix Redis
PHP Redis for use in multiple execution environments, with support for FPM, CLI, Swoole, WorkerMan, and optional connection pool (coroutine)
可在各种环境中使用的 PHP Redis,支持 FPM、CLI、Swoole、WorkerMan,可选的连接池 (协程)
Installation
Quick start
Start Pool
在 Swoole 协程环境中,启动连接池
连接池统计
Transaction Multi & Pipeline
Multi
事务块内的多条命令会按照先后顺序被放进一个队列当中,最后由exec命令原子性(atomic)地执行。
Pipeline
客户端将执行的命令写入到缓冲中,最后由exec命令一次性发送给redis执行返回。
Transaction Watch
监听值的变化,如果执行时有变化则事务失败,无变化则事务成功。
Logger
日志记录器,配置后可打印全部SQL信息
$logger 需实现 Haoa\MixRedis\LoggerInterface
License
Apache License Version 2.0, http://www.apache.org/licenses/
All versions of mix-redis with dependencies
PHP Build Version
Package Version
The package haoa/mix-redis contains the following files
Loading the files please wait ...