-
Jacob Vosmaer authored
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.
8d78662e
To find the state of this project's repository at the time of any of these versions, check out
the tags.