-
- Downloads
Switched to Redis cache in production (#761)
... | @@ -83,6 +83,10 @@ group :production do | ... | @@ -83,6 +83,10 @@ group :production do |
# For a better logging library in production | # For a better logging library in production | ||
gem "lograge" | gem "lograge" | ||
# Use for the cache store in production | |||
gem 'redis' | |||
gem 'hiredis' | |||
end | end | ||
# Ruby linting. | # Ruby linting. | ||
... | ... |
Please register or sign in to comment