diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-02 09:07:59 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-02 09:07:59 +0000 |
commit | a325f3a104748ecc68df7c3d793940aa709a111f (patch) | |
tree | b3bce12be64ab2d9e31627dacd059165819797a3 /doc/development/redis.md | |
parent | 8fb943c7df5f2b399caaeaebd6c00d0630bc763c (diff) | |
download | gitlab-ce-a325f3a104748ecc68df7c3d793940aa709a111f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/redis.md')
-rw-r--r-- | doc/development/redis.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/redis.md b/doc/development/redis.md index a4a87155f5a..a8b7b84bb65 100644 --- a/doc/development/redis.md +++ b/doc/development/redis.md @@ -8,7 +8,7 @@ GitLab uses [Redis](https://redis.io) for three distinct purposes: Every application process is configured to use the same Redis servers, so they can be used for inter-process communication in cases where [PostgreSQL](sql.md) -is less appropriate, for example, transient state or data that is written much +is less appropriate. For example, transient state or data that is written much more often than it is read. If [Geo](geo.md) is enabled, each Geo node gets its own, independent Redis |