1. 15 11月, 2017 2 次提交
  2. 14 11月, 2017 3 次提交
    • R
      Update layouts_and_rendering.md [ci skip] · 0bcfa999
      Rob 提交于
      0bcfa999
    • J
      Cache: Enable compression by default for values > 1kB. · ed100166
      Jeremy Daer 提交于
      Compression has long been available, but opt-in and at a 16kB threshold.
      It wasn't enabled by default due to CPU cost. Today it's cheap and
      typical cache data is eminently compressible, such as HTML or JSON
      fragments.
      
      Compression dramatically reduces Memcached/Redis mem usage, which means
      the same cache servers can store more data, which means higher hit
      rates.
      
      To disable compression, pass `compress: false` to the initializer.
      ed100166
    • 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
  3. 13 11月, 2017 1 次提交
  4. 10 11月, 2017 2 次提交
  5. 03 11月, 2017 1 次提交
  6. 01 11月, 2017 2 次提交
  7. 28 10月, 2017 2 次提交
  8. 26 10月, 2017 1 次提交
  9. 25 10月, 2017 4 次提交
  10. 24 10月, 2017 2 次提交
  11. 18 10月, 2017 2 次提交
  12. 17 10月, 2017 1 次提交
  13. 15 10月, 2017 1 次提交
  14. 14 10月, 2017 1 次提交
  15. 13 10月, 2017 3 次提交
  16. 12 10月, 2017 2 次提交
  17. 10 10月, 2017 1 次提交
  18. 09 10月, 2017 2 次提交
  19. 08 10月, 2017 1 次提交
  20. 07 10月, 2017 3 次提交
  21. 06 10月, 2017 1 次提交
  22. 02 10月, 2017 1 次提交
  23. 01 10月, 2017 1 次提交