From 8534a290d3b3bc4021c99b27f8df63514c39f8ce Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 6 Dec 2013 10:48:40 +0100 Subject: [PATCH] Fixed typo in redis.conf. --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index adfdfedd..76461d6b 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