From dd3ac97ffec8af88230275b560ca1f43325a5a9c Mon Sep 17 00:00:00 2001 From: Binbin Date: Sun, 3 Oct 2021 13:19:33 +0800 Subject: 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`. --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis.conf') 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. -- cgit v1.2.1