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>2023-09-02 15:09:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-02 15:09:50 +0300
commit5ed2199ea73700ec5a489b5d7d1c746c6b4f9d34 (patch)
treefb8503e320267658580d2e058287cc1b631b436a /lib/gitlab/redis.rb
parent28c25a9eb01f0bcaccec86438ff52056c78d360c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/redis.rb')
-rw-r--r--lib/gitlab/redis.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/redis.rb b/lib/gitlab/redis.rb
index 6bed6937d70..5159a1fef86 100644
--- a/lib/gitlab/redis.rb
+++ b/lib/gitlab/redis.rb
@@ -19,7 +19,8 @@ module Gitlab
Gitlab::Redis::Sessions,
Gitlab::Redis::SharedState,
Gitlab::Redis::TraceChunks,
- Gitlab::Redis::Chat
+ Gitlab::Redis::Chat,
+ Gitlab::Redis::Workhorse
].freeze
end
end