From b67f39da0911d29931b76ad716aee26096818d20 Mon Sep 17 00:00:00 2001 From: Anurag Ramdasan Date: Thu, 5 Dec 2013 21:47:17 +0530 Subject: [PATCH] fixed typo --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 874861af..ec9473cd 100644 --- a/redis.conf +++ b/redis.conf @@ -197,7 +197,7 @@ slave-serve-stale-data yes # Note: read only slaves are not designed to be exposed to untrusted clients # on the internet. It's just a protection layer against misuse of the instance. # Still a read only slave exports by default all the administrative commands -# such as CONFIG, DEBUG, and so forth. To a limited extend you can improve +# such as CONFIG, DEBUG, and so forth. To a limited extent you can improve # security of read only slaves using 'rename-command' to shadow all the # administrative / dangerous commands. slave-read-only yes -- GitLab