summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorRonald Petty <ronald.petty@rx-m.com>2022-03-08 12:52:54 -0800
committerGitHub <noreply@github.com>2022-03-08 12:52:54 -0800
commitb104f3cabc1020e46e76dbc13984ab90a1584158 (patch)
treea299e29a37047f383705b4162b2506d3cbbde29d /redis.conf
parent2a2954086a28b9969882158a5b0630c3f944c051 (diff)
downloadredis-b104f3cabc1020e46e76dbc13984ab90a1584158.tar.gz
Update redis.conf (#10396)
Typo in conf file comment.
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index d018c8824..1b8a62b60 100644
--- a/redis.conf
+++ b/redis.conf
@@ -627,7 +627,7 @@ repl-diskless-sync-max-replicas 0
#
# In many cases the disk is slower than the network, and storing and loading
# the RDB file may increase replication time (and even increase the master's
-# Copy on Write memory and salve buffers).
+# Copy on Write memory and slave buffers).
# However, parsing the RDB file directly from the socket may mean that we have
# to flush the contents of the current database before the full rdb was
# received. For this reason we have the following options: