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
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-22 00:09:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-22 00:09:40 +0300
commitdb115d5ac71e57b2dad327004de7660e353dcd1c (patch)
tree440519fe8dd6439577258fa671274d6b9a0d7813 /doc
parentaed8f5ecc5f9a09e3af9c32f7b02743d317a4116 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/development/architecture.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md
index 5564d0722b0..9a22e6c72d9 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -625,6 +625,8 @@ Redis is packaged to provide a place to store:
- temporary cache information
- background job queues
+See our [Redis guidelines](redis.md) for more information about how GitLab uses Redis.
+
#### Redis Exporter
- [Project page](https://github.com/oliver006/redis_exporter/blob/master/README.md)