aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache/behaviors
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31866 from fatkodima/redis_cache-connection_poolRafael Mendonça França2018-02-141-2/+5
|\
| * Add support for connection pooling on RedisCacheStorefatkodima2018-02-011-2/+5
* | Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-051-0/+60
* | RedisCacheStore: fix `#write_multi` mset serializationfatkodima2018-02-041-0/+10
|/
* Suppress expected exceptions by `report_on_exception` = `false`yuuji.yaginuma2018-01-291-0/+4
* Remove extra whitespaceDaniel Colson2018-01-251-1/+1
* Improve fault tolerance for redis cache storefatkodima2018-01-231-0/+91
* Add support for connection pooling on RedisCacheStorefatkodima2018-01-221-0/+53
* Fix constant referenceGeorge Claghorn2018-01-161-2/+1
* Test that cache stores build unversioned keysGeorge Claghorn2017-12-221-0/+12
* Cache: Enable compression by default for values > 1kB.Jeremy Daer2017-11-131-0/+10
* Built-in Redis cache storeJeremy Daer2017-11-132-3/+11
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-117-0/+7
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-097-0/+7
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-027-7/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-027-0/+7
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-017-0/+7
* | Make ActiveSupport frozen string literal friendly.Pat Allan2017-06-202-5/+5
|/
* Cache: test coverage for cleanup behavior with local cache strategyEugene Kenny2017-06-101-0/+15
* Split up the cache test suite so it's easier to understand and extend (#29404)Jeremy Daer2017-06-107-0/+635