aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/mem_cache_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Switch to supports_cache_versioning? check to a class methodschneems2018-09-201-4/+2
* [close #33907] Error when using "recyclable" cache keys with a store that doe...schneems2018-09-201-0/+7
* Add support for connection pooling on RedisCacheStorefatkodima2018-02-011-11/+2
* Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"George Claghorn2018-01-311-2/+11
* Add support for connection pooling on RedisCacheStorefatkodima2018-01-221-11/+2
* Support for connection pooling on mem cache storeGabriel Sobrinho2018-01-181-9/+25
* add instrumentation for read_multiIgnatius Reza2017-12-291-22/+18
* Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-121-2/+1
* MemCacheStore: Support expiring countersTakumasa Ochi2017-11-201-2/+2
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+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-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-1/+7
* Restore 5.minutes changed in #28204Andrew White2017-03-151-1/+1
* Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-021-1/+1
* Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-241-8/+6
* Removes 'raw: true' from MemCacheStore#read_multi, per https://github.com/rai...Jonathan Hyman2016-11-161-1/+1
* Remove deprecated escape_keyAndrew White2016-11-131-8/+0
* change `MemCacheStore#increment` and `MemCacheStore#decrement` to public API ...yuuji.yaginuma2016-09-181-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-14/+14
* modernizes hash syntax in activesupportXavier Noria2016-08-061-3/+3
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-4/+4
* Revert "Instrument read_multi".Kasper Timm Hansen2016-02-201-9/+7
* Merge pull request #22202 from grosser/grosser/write-consistentArthur Nogueira Neves2015-12-051-4/+4
|\
| * even if a write fails, store the raw valueMichael Grosser2015-11-291-4/+4
* | Merge pull request #22361 from grosser/grosser/rescueArthur Nogueira Neves2015-11-301-26/+19
|\ \ | |/ |/|
| * rescue memcached errors in a consistent wayMichael Grosser2015-11-291-26/+19
* | add deprecations for a smooth transition after #22215Michael Grosser2015-11-191-0/+8
|/
* send normalized keys to the cache backends so they do not need to manage this...Michael Grosser2015-11-101-8/+8
* use prepend instead of extending every instanceMichael Grosser2015-11-061-25/+25
* [skip ci] Update documentation for MemCacheStore::build_mem_cacheAnton Davydov2015-05-211-1/+8
* Instrument read_multi.Kasper Timm Hansen2015-02-211-7/+10
* Add 'e' var on rescue DalliError, in order to log itArthur Neves2014-01-061-2/+2
* Raise if MemCacheStore doenst receive a Dalli objArthur Neves2014-01-031-0/+3
* mem_cache_store requires dalli, so only accept dalli/clientArthur Neves2014-01-031-6/+1
* Missing require extract_optionsAkira Matsuda2013-01-311-0/+1
* Use already defined Encoding constants rather than creating one-trip StringsAkira Matsuda2013-01-281-1/+1
* Patched Marshal#load to work with constant autoloading (active_support/depend...Uriel Katz2012-12-011-0/+1
* Padding expires_in by 5 minutes on dalli key write to facilitate :race_condit...Mike Evans2012-10-111-0/+4
* Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...Guillermo Iguaran2012-08-171-32/+21
* remove unnecessary require core_ext/string/encodingSergey Nartimov2012-02-141-1/+0
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-1/+1
* Fix "in memory" where it should be "in-memory".Cheah Chu Yeow2011-11-131-1/+1
* Revert "Fix "in memory" where it should be "in-memory"."Vijay Dev2011-11-111-1/+1
* Update Memcached website to its new one at http://memcached.org/.Cheah Chu Yeow2011-11-111-1/+1
* Fix "in memory" where it should be "in-memory".Cheah Chu Yeow2011-11-111-1/+1
* MemcacheStore: deserialize the entry reading from local_cache when using rawDingding Ye2011-06-101-0/+8