ivanlulyf/bunnyphp-redis

RedisCache for BunnyPHP

1.3.0 2021-10-26 14:16 UTC

This package is auto-updated.

Last update: 2024-04-29 04:32:30 UTC


README

RedisCache for BunnyPHP

Version Total Downloads License

English | 中文

Install

composer require ivanlulyf/bunnyphp-redis

Configure

"cache" =>[
    "name" => "bunny.redis",
    "host" => "127.0.0.1",          // replace to your redis server address
    "port" => 6379                  // replace to your redis server port
],