about summary refs log tree commit diff
path: root/lib/mastodon/redis_config.rb
AgeCommit message (Collapse)Author
2020-01-10set caching backend to cache items for 1 hourmultiple creatures
2019-08-09all i am saaaaaaaaaying / is use up less raaaaaaammultiple creatures
This reverts commit ed9c8f67c4ea7985e2a29e65e352694b9d52ecdc.
2019-05-21Cache in memory for 30 minutes.multiple creatures
2018-04-27Add support for separate Redis for cache (#7272)Eugen Rochko
* Add support for separate Redis for cache CACHE_REDIS_URL to allow using a different Redis server for cache purposes, with cache-specific configuration such as key eviction * Fix code style issues
2017-05-22Set config.cache_store in environments file. (#3219)Clworld
* Set config.cache_store in application.rb * Set config.cache_store in environments. * fix code format.