aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36656 from Edouard-chin/ec-local-cache-referenceRafael França2019-07-151-1/+4
|\
| * Return a copy of the cache entry when local_cache exists:Edouard CHIN2019-07-111-1/+4
* | active_support/core_ext/object/duplicable is not in use hereRyuta Kamizono2019-07-161-1/+0
|/
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-2/+0
* Document redis: Object optionSteven Harman2019-04-181-5/+7
* Redis fetch without names returns {}David Verhasselt2019-04-121-0/+1
* Use Dir#children and Dir#each_child instead of excluding "." and ".."Ricardo Díaz2019-02-131-10/+3
* Fix elapsed time calculationsbogdanvlviv2019-02-081-2/+2
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-6/+4
* Switch to supports_cache_versioning? check to a class methodschneems2018-09-205-20/+10
* [close #33907] Error when using "recyclable" cache keys with a store that doe...schneems2018-09-205-0/+35
* Faster File Storeschneems2018-09-061-6/+10
* Refactor #33254.Kasper Timm Hansen2018-07-011-16/+16
* Fix Cache :redis_store increment/decrement ttl check and add more tests.Jason Lee2018-06-301-2/+2
* Add :expires_in option support for RedisCacheStore increment/decrement method.Jason Lee2018-06-291-2/+22
* Redis cache store: avoid blocking the server in `#delete_matched`Gleb Mazovetskiy2018-04-181-6/+13
* Fix redis store clear keys outside the namespaceRei2018-04-151-1/+1
* Fix Cache `read_multi` with local_cache return values.Jason Lee2018-03-211-1/+8
* 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
* Caching: MemCache and Redis stores use local cache for multi-readsGabriel Sobrinho2018-02-231-0/+17
* 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-142-22/+31
|\
| * Add support for connection pooling on RedisCacheStorefatkodima2018-02-012-22/+31
* | 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-312-54/+23
* Improve fault tolerance for redis cache storefatkodima2018-01-231-4/+11
* Add support for connection pooling on RedisCacheStorefatkodima2018-01-222-23/+54
* Support for connection pooling on mem cache storeGabriel Sobrinho2018-01-181-9/+25
* Convert keys to binary in the Redis cache storeGeorge Claghorn2018-01-171-1/+1
* Fix constant referenceGeorge Claghorn2018-01-161-1/+1
* add instrumentation for read_multiIgnatius Reza2017-12-291-22/+18
* RedisCacheStore - Fix Default Error HandlerJesse Doyle2017-12-141-3/+5
* Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-122-3/+2
* Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-5/+5
* MemCacheStore: Support expiring countersTakumasa Ochi2017-11-201-2/+2
* 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
* [Active Support] require_relative => requireAkira Matsuda2017-10-213-8/+8
* Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle...Erich Soares Machado2017-10-031-3/+2
* Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-116-0/+6
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-096-0/+6
* [Active Support] require => require_relativeAkira Matsuda2017-07-013-8/+8
* Cache: test coverage for cleanup behavior with local cache strategyEugene Kenny2017-06-101-1/+1