Download the PHP package rayswoole/memcache-pool without Composer
On this page you can find all versions of the php package rayswoole/memcache-pool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package memcache-pool
rayswoole/memcache
基于PHP7.1+ 和 easyswoole/memcache协程连接,实现的memcache连接池:
- 直接使用TCP协议连接, 不依赖memcached扩展
- 实现了memcache的连接池, 减少频繁建立连接的开销
- 仅支持单机模式
- 支持自动保持连接
- 支持保持最小空闲连接数量, 满足突发连接
- 弹性伸缩
安装
composer require rayswoole/memcache-pool
文档
连接池配置
可以在onStart直接配置
每个worker进程都会生成同等配置的进程池, 请根据worker数量动态调整
redis 配置结构
进程池使用示例
不通过连接池直连
All versions of memcache-pool with dependencies
PHP Build Version
Package Version
The package rayswoole/memcache-pool contains the following files
Loading the files please wait ....