ivanlulyf/bunnyphp-memcached

MemcachedCache for BunnyPHP

1.0 2019-12-15 17:04 UTC

This package is auto-updated.

Last update: 2024-04-22 23:18:47 UTC


README

MemcachedCache for BunnyPHP

Version Total Downloads License

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