1. 21 3月, 2018 1 次提交
  2. 24 2月, 2018 1 次提交
  3. 14 11月, 2017 1 次提交
    • 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
  4. 11 7月, 2017 1 次提交
  5. 09 7月, 2017 1 次提交
  6. 02 7月, 2017 1 次提交
  7. 01 7月, 2017 1 次提交
  8. 11 6月, 2017 1 次提交
  9. 10 6月, 2017 1 次提交