gitlab-org--gitlab-foss/config/environments
Jacob Vosmaer 8d78662e69 Give the Rails cache its own Redis namespace
Before this change, Rails cache data was stored in a global Redis
namespace. As a consequence, clearing the Rails cache (`rake
cache:clear`) would also delete all Sidekiq queue data and session
storage. This change puts all Rails cache data in a `cache:gitlab`
namespace, making `rake cache:clear` safe again.
2014-04-15 15:53:14 +02:00
..
development.rb Update config/* to rails4 2013-12-10 12:11:27 +02:00
production.rb Give the Rails cache its own Redis namespace 2014-04-15 15:53:14 +02:00
test.rb Fixed the WhiningNill deprecation fix 2013-12-10 12:11:27 +02:00