diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-02 13:30:52 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-02 13:30:52 +0100 |
commit | 53fb7b1aa84a76d66ef6973208e1c76a100774f3 (patch) | |
tree | a2cc757d90f8ea87a258de1a0b9a062f12bc1f30 /Gemfile | |
parent | a59d10d3df21befac6da57d92aed3087b7c10d6a (diff) |
Replace in-memory cache store with redis store, should decrease memory
footprint of each running process by 128mb
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index 1cab16a39..f97d42cdf 100644 --- a/Gemfile +++ b/Gemfile @@ -69,4 +69,5 @@ end group :production do gem 'rails_12factor' gem 'lograge' + gem 'redis-rails' end |