• J
    Built-in Redis cache store · 9f8ec353
    Jeremy Daer 提交于
    * Supports vanilla Redis, hiredis, and Redis::Distributed.
    * Supports Memcached-like sharding across Redises with Redis::Distributed.
    * Fault tolerant. If the Redis server is unavailable, no exceptions are
      raised. Cache fetches are treated as misses and writes are dropped.
    * Local cache. Hot in-memory primary cache within block/middleware scope.
    * `read_/write_multi` support for Redis mget/mset. Use Redis::Distributed
      4.0.1+ for distributed mget support.
    * `delete_matched` support for Redis KEYS globs.
    9f8ec353
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 13.3 KB