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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-23 00:09:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-23 00:09:40 +0300
commit014b832720635752908b8232f754456d75075536 (patch)
tree26d208e38056b34d81f98b0a301499b00b98b3ce /lib/gitlab/redis
parentd81dc2a54e28f4e6d7515545dfe0dc19d9e57816 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/redis')
-rw-r--r--lib/gitlab/redis/wrapper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/redis/wrapper.rb b/lib/gitlab/redis/wrapper.rb
index bbcc2732e89..3c8ac07215d 100644
--- a/lib/gitlab/redis/wrapper.rb
+++ b/lib/gitlab/redis/wrapper.rb
@@ -8,6 +8,10 @@ require 'active_support/core_ext/hash/keys'
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/string/inflections'
+# Explicitly load Redis::Store::Factory so we can read Redis configuration in
+# TestEnv
+require 'redis/store/factory'
+
module Gitlab
module Redis
class Wrapper