ivanlulyf / bunnyphp-memcached
BunnyPHP 的 Memcached 缓存
1.0
2019-12-15 17:04 UTC
Requires
- ext-memcached: *
- ivanlulyf/bunnyphp: ^2.3
This package is auto-updated.
Last update: 2024-09-23 00:25:05 UTC
README
BunnyPHP 的 Memcached 缓存
英文 | 中文
安装
composer require ivanlulyf/bunnyphp-memcached
配置
"cache" =>[ "name" => "bunny.memcached", "servers" => [ ["127.0.0.1",11211], // replace to your memcached server address list ["127.0.0.1",11211,11], // with priority ] ],