Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/redis/workhorse.rb')
-rw-r--r--lib/gitlab/redis/workhorse.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/gitlab/redis/workhorse.rb b/lib/gitlab/redis/workhorse.rb
index ea0fca515fe..382797bc72a 100644
--- a/lib/gitlab/redis/workhorse.rb
+++ b/lib/gitlab/redis/workhorse.rb
@@ -7,15 +7,6 @@ module Gitlab
def config_fallback
SharedState
end
-
- private
-
- def redis
- primary_store = ::Redis.new(params)
- secondary_store = ::Redis.new(config_fallback.params)
-
- MultiStore.new(primary_store, secondary_store, store_name)
- end
end
end
end