ivanlulyf/bunnyphp-redis

RedisCache for BunnyPHP

Maintainers

Package info

github.com/bunniescc/BunnyPHP-Redis

pkg:composer/ivanlulyf/bunnyphp-redis

Statistics

Installs: 14

Dependents: 0

Suggesters: 1

Stars: 0

Open Issues: 0

1.3.0 2021-10-26 14:16 UTC

This package is auto-updated.

Last update: 2026-03-01 00:29:05 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
],