mastodon/config/environments
Eugen Rochko 63553c6b5c
Add support for separate Redis for cache ()
* 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
..
development.rb Upgrade Rails to version 5.2.0 ()
production.rb Add support for separate Redis for cache ()
test.rb Upgrade Rails to version 5.2.0 ()