aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/stores/redis_cache_store_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-4/+4
* Fix redis store clear keys outside the namespaceRei2018-04-151-0/+18
* Redis cache store: fix constructing with a Redis instanceAdam Richardson2018-03-121-0/+6
* Merge pull request #31866 from fatkodima/redis_cache-connection_poolRafael Mendonça França2018-02-141-0/+45
|\
| * Add support for connection pooling on RedisCacheStorefatkodima2018-02-011-0/+45
* | Use Redis#mget for RedisCacheStore#fetch_multifatkodima2018-02-051-0/+8
* | Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-051-0/+1
|/
* Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"George Claghorn2018-01-311-32/+0
* Improve fault tolerance for redis cache storefatkodima2018-01-231-6/+17
* Add support for connection pooling on RedisCacheStorefatkodima2018-01-221-0/+32
* Pass desired driver to Redis client constructor rather than munging global co...George Claghorn2018-01-211-16/+12
* Test against the pure-Ruby Redis driverGeorge Claghorn2018-01-171-0/+6
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+1
* Built-in Redis cache storeJeremy Daer2017-11-131-0/+151