summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2015-02-12 17:07:04 +0100
committerSalvatore Sanfilippo <antirez@gmail.com>2015-02-12 17:07:04 +0100
commitb1de179c01d90378b1402526e42a7035d0bc72a0 (patch)
tree52b0ad7850eb25ae27987cffc35c42eaa3c4da73
parentcd4e0f43dfa02f718ee2e836ea96bd262c4cf28e (diff)
parent2b3eba056cd1c36171436dad74bfeeedcdbed425 (diff)
downloadredis-b1de179c01d90378b1402526e42a7035d0bc72a0.tar.gz
Merge pull request #2390 from sawaman/fix-typo
Unify to uppercase the headline
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index 38e258698..9e15769a9 100644
--- a/redis.conf
+++ b/redis.conf
@@ -781,7 +781,7 @@ slowlog-max-len 128
# "CONFIG SET latency-monitor-threshold <milliseconds>" if needed.
latency-monitor-threshold 0
-############################# Event notification ##############################
+############################# EVENT NOTIFICATION ##############################
# Redis can notify Pub/Sub clients about events happening in the key space.
# This feature is documented at http://redis.io/topics/notifications