aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/cache
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31866 from fatkodima/redis_cache-connection_poolRafael Mendonça França2018-02-142-2/+50
|\
| * Add support for connection pooling on RedisCacheStorefatkodima2018-02-012-2/+50
* | Use Redis#mget for RedisCacheStore#fetch_multifatkodima2018-02-051-0/+8
* | Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-056-17/+20
* | RedisCacheStore: fix `#write_multi` mset serializationfatkodima2018-02-041-0/+10
|/
* Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"George Claghorn2018-01-311-32/+0
* Suppress expected exceptions by `report_on_exception` = `false`yuuji.yaginuma2018-01-291-0/+4
* Remove extra whitespaceDaniel Colson2018-01-251-1/+1
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-252-4/+4
* Improve fault tolerance for redis cache storefatkodima2018-01-234-6/+126
* Add support for connection pooling on RedisCacheStorefatkodima2018-01-224-50/+91
* Pass desired driver to Redis client constructor rather than munging global co...George Claghorn2018-01-211-16/+12
* Support for connection pooling on mem cache storeGabriel Sobrinho2018-01-181-0/+74
* Test against the pure-Ruby Redis driverGeorge Claghorn2018-01-171-0/+6
* Fix constant referenceGeorge Claghorn2018-01-161-2/+1
* add instrumentation for read_multiIgnatius Reza2017-12-291-6/+6
* Test that cache stores build unversioned keysGeorge Claghorn2017-12-221-0/+12
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+1
* MemCacheStore: Support expiring countersTakumasa Ochi2017-11-201-0/+16
* Cache: Enable compression by default for values > 1kB.Jeremy Daer2017-11-132-3/+20
* Built-in Redis cache storeJeremy Daer2017-11-133-3/+162
* Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle...Erich Soares Machado2017-10-031-0/+1
* Use File::NULL instead of "/dev/null"Kazuhiro NISHIYAMA2017-07-311-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1119-0/+19
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-0919-0/+19
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0219-19/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0219-0/+19
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-0119-0/+19
* | Make ActiveSupport frozen string literal friendly.Pat Allan2017-06-203-7/+7
|/
* 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-1019-0/+1383