Commit 9568f218 authored by Roy Zwambag's avatar Roy Zwambag

Remove duplicate item in list

"To store CI trace chunks" and "CI trace chunk storage" are the same.
parent 97455b6f
...@@ -15,7 +15,6 @@ GitLab uses [Redis](https://redis.io) for the following distinct purposes: ...@@ -15,7 +15,6 @@ GitLab uses [Redis](https://redis.io) for the following distinct purposes:
- To manage the shared application state. - To manage the shared application state.
- To store CI trace chunks. - To store CI trace chunks.
- As a Pub/Sub queue backend for ActionCable. - As a Pub/Sub queue backend for ActionCable.
- CI trace chunk storage.
- Rate limiting state storage. - Rate limiting state storage.
In most environments (including the GDK), all of these point to the same In most environments (including the GDK), all of these point to the same
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment