Replace in-memory cache store with redis store, should decrease memory

footprint of each running process by 128mb
This commit is contained in:
Eugen Rochko 2016-11-02 13:30:52 +01:00
parent a59d10d3df
commit 53fb7b1aa8
3 changed files with 24 additions and 1 deletions

View file

@ -69,4 +69,5 @@ end
group :production do
gem 'rails_12factor'
gem 'lograge'
gem 'redis-rails'
end