Use redis as cache storage. cache events

This commit is contained in:
Dmitriy Zaporozhets 2013-03-06 17:30:48 +02:00
parent 40f1868194
commit 4c1538a946
4 changed files with 33 additions and 12 deletions

View file

@ -40,7 +40,7 @@ Gitlab::Application.configure do
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
# Use a different cache store in production
config.cache_store = :memory_store
config.cache_store = :redis_store
# Enable serving of images, stylesheets, and JavaScripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"