ivanlulyf / bunnyphp-memcached
MemcachedCache for BunnyPHP
1.0
2019-12-15 17:04 UTC
Requires
- ext-memcached: *
- ivanlulyf/bunnyphp: ^2.3
This package is auto-updated.
Last update: 2024-11-23 00:50:59 UTC
README
MemcachedCache for BunnyPHP
English | 中文
Install
composer require ivanlulyf/bunnyphp-memcached
Configure
"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 ] ],