summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorAnurag Ramdasan <anuragr@live.com>2013-12-05 21:47:17 +0530
committerAnurag Ramdasan <anuragr@live.com>2013-12-05 21:47:17 +0530
commitfb6b9b14bde7a2227ac0ee5c4f03ce2afa7a878a (patch)
tree07b5a308c7b97e314ec45d5a520acefbfde98dce /redis.conf
parentcbaad0b26f959b71e8585c34daf6ed9f12747462 (diff)
downloadredis-fb6b9b14bde7a2227ac0ee5c4f03ce2afa7a878a.tar.gz
fixed typo
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 0363bd7d9..adfdfedd5 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