summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2014-12-11 14:40:18 +0100
committerSalvatore Sanfilippo <antirez@gmail.com>2014-12-11 14:40:18 +0100
commit8b81383401842ea30f6df9be695cc786300f15cd (patch)
tree4348aed03567463f5f43e3ac421dbdda9d926050 /redis.conf
parent9c385ada229f88d3d214c5b0da06836b2c32cb94 (diff)
parent6df9001d6c5cc7a9446bb5f42f0e8c4784d0f5ea (diff)
downloadredis-8b81383401842ea30f6df9be695cc786300f15cd.tar.gz
Merge pull request #2117 from mariano-perez-rodriguez/patch-4
Typo fixes in redis.conf
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/redis.conf b/redis.conf
index 59f625165..7bb94fbe9 100644
--- a/redis.conf
+++ b/redis.conf
@@ -272,7 +272,7 @@ slave-read-only yes
repl-diskless-sync no
# When diskless replication is enabled, it is possible to configure the delay
-# the server waits in order to spawn the child that trnasfers the RDB via socket
+# the server waits in order to spawn the child that transfers the RDB via socket
# to the slaves.
#
# This is important since once the transfer starts, it is not possible to serve
@@ -760,7 +760,7 @@ slowlog-max-len 128
# By default latency monitoring is disabled since it is mostly not needed
# if you don't have latency issues, and collecting data has a performance
# impact, that while very small, can be measured under big load. Latency
-# monitoring can easily be enalbed at runtime using the command
+# monitoring can easily be enabled at runtime using the command
# "CONFIG SET latency-monitor-threshold <milliseconds>" if needed.
latency-monitor-threshold 0