Switched to Redis cache in production (#761)

This commit is contained in:
farhatahmad
2019-08-22 14:09:39 -04:00
committed by Jesus Federico
parent d3eb064b96
commit cfab2fd191
3 changed files with 24 additions and 1 deletions

View File

@ -83,6 +83,10 @@ group :production do
# For a better logging library in production
gem "lograge"
# Use for the cache store in production
gem 'redis'
gem 'hiredis'
end
# Ruby linting.