aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/redis_cache_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert keys to binary in the Redis cache storeGeorge Claghorn2018-01-171-1/+1
* Fix constant referenceGeorge Claghorn2018-01-161-1/+1
* RedisCacheStore - Fix Default Error HandlerJesse Doyle2017-12-141-3/+5
* Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-5/+5
* 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