summaryrefslogtreecommitdiff
path: root/doc/development/redis.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/redis.md')
-rw-r--r--doc/development/redis.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/redis.md b/doc/development/redis.md
index 13ec923c19a..a04ca94ad91 100644
--- a/doc/development/redis.md
+++ b/doc/development/redis.md
@@ -15,6 +15,8 @@ GitLab uses [Redis](https://redis.io) for the following distinct purposes:
- To manage the shared application state.
- To store CI trace chunks.
- As a Pub/Sub queue backend for ActionCable.
+- CI trace chunk storage.
+- Rate limiting state storage.
In most environments (including the GDK), all of these point to the same
Redis instance.