aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/redis_cache_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix redis store clear keys outside the namespaceRei2018-04-151-1/+1
* Fix unclosed tags in `RedisCacheStore` docs [ci skip]yuuji.yaginuma2018-03-191-1/+1
* Redis cache store: fix constructing with a Redis instanceAdam Richardson2018-03-121-1/+1
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-1/+0
* Merge pull request #31866 from fatkodima/redis_cache-connection_poolRafael Mendonça França2018-02-141-11/+29
|\
| * Add support for connection pooling on RedisCacheStorefatkodima2018-02-011-11/+29
* | Doc: fixes typo `cache:` -> `compress:`Joseph Page2018-02-121-1/+1
* | Use Redis#mget for RedisCacheStore#fetch_multifatkodima2018-02-051-0/+8
* | Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-051-1/+5
* | Redis cache store: consolidate serializationJeremy Daer2018-02-041-17/+21
* | RedisCacheStore: fix `#write_multi` mset serializationfatkodima2018-02-041-1/+8
|/
* Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"George Claghorn2018-01-311-52/+12
* Improve fault tolerance for redis cache storefatkodima2018-01-231-4/+11
* Add support for connection pooling on RedisCacheStorefatkodima2018-01-221-12/+52
* Convert keys to binary in the Redis cache storeGeorge Claghorn2018-01-171-1/+1
* Fix constant referenceGeorge Claghorn2018-01-161-1/+1
* RedisCacheStore - Fix Default Error HandlerJesse Doyle2017-12-141-3/+5
* Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-5/+5
* Generate `keys` instead of `keys_to_names`Ryuta Kamizono2017-11-201-3/+3
* Fix "warning: assigned but unused variable - key"yuuji.yaginuma2017-11-181-1/+1
* Built-in Redis cache storeJeremy Daer2017-11-131-0/+404