summaryrefslogtreecommitdiff
path: root/doc/development/redis
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-12 00:11:51 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-12 00:11:51 +0000
commit29f244efd742ad9c577d95888ac76493d31d8e04 (patch)
treee53493a1739e6f2de5c0c62b084323903e033457 /doc/development/redis
parentd9f75cd50b9c47aad9d02036a4669041b59f67f0 (diff)
downloadgitlab-ce-29f244efd742ad9c577d95888ac76493d31d8e04.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/redis')
-rw-r--r--doc/development/redis/new_redis_instance.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/redis/new_redis_instance.md b/doc/development/redis/new_redis_instance.md
index 714936d9a24..37ee51ebb82 100644
--- a/doc/development/redis/new_redis_instance.md
+++ b/doc/development/redis/new_redis_instance.md
@@ -18,6 +18,7 @@ for adding a new Redis instance that handles existing data, based on
prior examples:
- [Dedicated Redis instance for Trace Chunk storage](https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/462).
+- [Create dedicated Redis instance for Rate Limiting data](https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/526).
This document does not cover the operational side of preparing and configuring
the new Redis instance in detail, but the example epics do contain information