summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Parramon <mparramont@gmail.com>2014-09-29 12:46:30 +0200
committerMatt Stancliff <matt@genges.com>2014-09-29 06:49:09 -0400
commitbe0061635eee4b489d3bb0f756ddb38dcc65dedd (patch)
treee8f360c8dc157c42fe872e3b9713d67c19b2fa4d
parentc3d252d9955ee4d9b4be296cb2cf8560c9caf00c (diff)
downloadredis-be0061635eee4b489d3bb0f756ddb38dcc65dedd.tar.gz
redis.conf small grammar fix
:smile: Closes #2034
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
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