aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/stores/redis_cache_store_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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