]> cat aescling's git repositories - mastodon.git/commit
Add support for separate Redis for cache (#7272)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 26 Apr 2018 23:37:59 +0000 (01:37 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Apr 2018 23:37:59 +0000 (01:37 +0200)
commit63553c6b5c927950a45c5acb5af32af0dacee8c9
tree47d712d00553a856d1fe87076071083643a08c91
parent36b6631c1261f35ca22b9d2f9e99b72f83ed3492
Add support for separate Redis for cache (#7272)

* 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
config/environments/production.rb
lib/mastodon/redis_config.rb