From be0061635eee4b489d3bb0f756ddb38dcc65dedd Mon Sep 17 00:00:00 2001 From: Miguel Parramon Date: Mon, 29 Sep 2014 12:46:30 +0200 Subject: [PATCH] redis.conf small grammar fix :smile: Closes #2034 --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index b6894aaf2..0547cada2 100644 --- a/redis.conf +++ b/redis.conf @@ -417,7 +417,7 @@ slave-priority 100 # Note: with any of the above policies, Redis will return an error on write # operations, when there are no suitable keys for eviction. # -# At the date of writing this commands are: set setnx setex append +# At the date of writing these commands are: set setnx setex append # incr decr rpush lpush rpushx lpushx linsert lset rpoplpush sadd # sinter sinterstore sunion sunionstore sdiff sdiffstore zadd zincrby # zunionstore zinterstore hset hsetnx hmset hincrby incrby decrby