Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
8b813834
Commit
8b813834
authored
Dec 11, 2014
by
Salvatore Sanfilippo
Browse files
Merge pull request #2117 from mariano-perez-rodriguez/patch-4
Typo fixes in redis.conf
parents
9c385ada
6df9001d
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
8b813834
...
@@ -272,7 +272,7 @@ slave-read-only yes
...
@@ -272,7 +272,7 @@ slave-read-only yes
repl
-
diskless
-
sync
no
repl
-
diskless
-
sync
no
# When diskless replication is enabled, it is possible to configure the delay
# When diskless replication is enabled, it is possible to configure the delay
# the server waits in order to spawn the child that tr
n
asfers the RDB via socket
# the server waits in order to spawn the child that tra
n
sfers the RDB via socket
# to the slaves.
# to the slaves.
#
#
# This is important since once the transfer starts, it is not possible to serve
# This is important since once the transfer starts, it is not possible to serve
...
@@ -760,7 +760,7 @@ slowlog-max-len 128
...
@@ -760,7 +760,7 @@ slowlog-max-len 128
# By default latency monitoring is disabled since it is mostly not needed
# 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
# 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
# impact, that while very small, can be measured under big load. Latency
# monitoring can easily be ena
l
bed at runtime using the command
# monitoring can easily be enab
l
ed at runtime using the command
# "CONFIG SET latency-monitor-threshold <milliseconds>" if needed.
# "CONFIG SET latency-monitor-threshold <milliseconds>" if needed.
latency
-
monitor
-
threshold
0
latency
-
monitor
-
threshold
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment