ivanlulyf/bunnyphp-memcached

BunnyPHP 的 Memcached 缓存

1.0 2019-12-15 17:04 UTC

This package is auto-updated.

Last update: 2024-09-23 00:25:05 UTC


README

BunnyPHP 的 Memcached 缓存

Version Total Downloads License

英文 | 中文

安装

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  
    ]
],