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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-07 03:08:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-07 03:08:24 +0300
commit967b999f2ee84d76a2c4d9618a6fe542a0dc1fb8 (patch)
treecf9512d03056beea678cda109a7e7aa8866d7375 /doc/development/redis.md
parent069267811015e9f119326dfc47ecc13f9e47681a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/redis.md')
-rw-r--r--doc/development/redis.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/redis.md b/doc/development/redis.md
index 530a97c33a7..a0ae84beb8d 100644
--- a/doc/development/redis.md
+++ b/doc/development/redis.md
@@ -121,7 +121,7 @@ passing to fluentd (and ultimately Elasticsearch).
The [Redis Keyspace
Analyzer](https://gitlab.com/gitlab-com/gl-infra/redis-keyspace-analyzer)
project contains tools for dumping the full key list and memory usage of a Redis
-instance, and then analyzing those lists while elimating potentially sensitive
+instance, and then analyzing those lists while eliminating potentially sensitive
data from the results. It can be used to find the most frequent key patterns, or
those that use the most memory.