summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-12-06 10:48:40 +0100
committerantirez <antirez@gmail.com>2013-12-06 10:48:46 +0100
commit8534a290d3b3bc4021c99b27f8df63514c39f8ce (patch)
tree800cf64cd742787dae0f7e07a9bfead93f97caa6 /redis.conf
parent2ef57f8d47b43bb80baf6b3fd7e148a06d64f008 (diff)
downloadredis-8534a290d3b3bc4021c99b27f8df63514c39f8ce.tar.gz
Fixed typo in redis.conf.
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 adfdfedd5..76461d6b1 100644
--- a/redis.conf
+++ b/redis.conf
@@ -343,7 +343,7 @@ slave-priority 100
# Don't use more memory than the specified amount of bytes.
# When the memory limit is reached Redis will try to remove keys
-# accordingly to the eviction policy selected (see maxmemmory-policy).
+# according to the eviction policy selected (see maxmemory-policy).
#
# If Redis can't remove keys according to the policy, or if the policy is
# set to 'noeviction', Redis will start to reply with errors to commands