aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert #25628. Incomplete change + needs a deprecation cycle.Jeremy Daer2017-06-102-4/+4
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-1/+7
* Don't cache locally if unless_exist was passedEugene Kenny2017-05-141-1/+6
* Restore 5.minutes changed in #28204Andrew White2017-03-151-1/+1
* AS:Cache:MemoryStore doc fixes [ci skip] (#28389)Vipul A M2017-03-121-1/+1
* Merge pull request #27051 from devonestes/adding-cache-clear-docsVipul A M2017-03-121-0/+2
|\
| * Add missing documentation for MemoryStore#clear [ci skip]Devon Estes2016-11-151-0/+2
* | Make sure local cache cleared even it's throwing:Lin Jen-Shin2017-03-101-4/+4
* | Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-021-1/+1
* | Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-245-28/+21
* | No need to nodoc private methodsAkira Matsuda2016-12-241-1/+1
* | Removes 'raw: true' from MemCacheStore#read_multi, per https://github.com/rai...Jonathan Hyman2016-11-161-1/+1
|/
* Remove deprecated set_cache_valueAndrew White2016-11-131-8/+0
* Remove deprecated escape_keyAndrew White2016-11-131-8/+0
* Remove deprecated key_file_pathAndrew White2016-11-131-8/+0
* Merge pull request #26536 from y-yagi/change_increment_and_decrement_to_publi...Arthur Nogueira Neves2016-11-041-2/+2
|\
| * change `MemCacheStore#increment` and `MemCacheStore#decrement` to public API ...yuuji.yaginuma2016-09-181-2/+2
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-292-3/+3
* | WhitespaceRafael Mendonça França2016-10-251-0/+1
|/
* Remove the word "mongrel" from documentsRyunosuke Sato2016-09-071-1/+1
* Merge pull request #25628 from ysksn/optionsRafael Mendonça França2016-08-172-4/+4
|\
| * Update CHANGELOG.md for #25628 [ci skip]Yosuke Kabuto2016-07-022-4/+4