ivanlulyf/bunnyphp-redis

RedisCache for BunnyPHP

Installs: 14

Dependents: 0

Suggesters: 1

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ivanlulyf/bunnyphp-redis

1.3.0 2021-10-26 14:16 UTC

This package is auto-updated.

Last update: 2025-09-29 02:42:36 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
],