summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2021-10-03 13:19:33 +0800
committerGitHub <noreply@github.com>2021-10-02 22:19:33 -0700
commitdd3ac97ffec8af88230275b560ca1f43325a5a9c (patch)
treeb8d98682748a8d796f8780d9df93a6bc01084b30 /redis.conf
parent9a3bd07e9f2f9564a97df2e22663a4baffbe8cef (diff)
downloadredis-dd3ac97ffec8af88230275b560ca1f43325a5a9c.tar.gz
Cleanup typos, incorrect comments, and fixed small memory leak in redis-cli (#9153)
1. Remove forward declarations from header files to functions that do not exist: hmsetCommand and rdbSaveTime. 2. Minor phrasing fixes in #9519 3. Add missing sdsfree(title) and fix typo in redis-benchmark. 4. Modify some error comments in some zset commands. 5. Fix copy-paste bug comment in syncWithMaster about `ip-address`.
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 2839ec631..e6c7039f0 100644
--- a/redis.conf
+++ b/redis.conf
@@ -520,7 +520,7 @@ dir ./
#
# 2) If replica-serve-stale-data is set to 'no' the replica will reply with error
# "MASTERDOWN Link with MASTER is down and replica-serve-stale-data is set to 'no'"
-# to all data access commands, excusing commands such as :
+# to all data access commands, excluding commands such as :
# INFO, REPLICAOF, AUTH, PING, SHUTDOWN, REPLCONF, ROLE, CONFIG, SUBSCRIBE,
# UNSUBSCRIBE, PSUBSCRIBE, PUNSUBSCRIBE, PUBLISH, PUBSUB, COMMAND, POST,
# HOST and LATENCY.