Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Commit

Permalink
[PR] Update msvs documentation to correct maxmemory-policy.
Browse files Browse the repository at this point in the history
Fix other typos.
  • Loading branch information
andyvans authored and enricogior committed May 12, 2016
1 parent 22e5788 commit ddb9987
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions msvs/setups/documentation/redis.windows-service.conf
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,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
Expand Down Expand Up @@ -488,7 +488,7 @@ slave-priority 100
#
# The default is:
#
# maxmemory-policy volatile-lru
# maxmemory-policy noeviction

# LRU and minimal TTL algorithms are not precise algorithms but approximated
# algorithms (in order to save memory), so you can select as well the sample
Expand Down Expand Up @@ -781,7 +781,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

Expand Down
6 changes: 3 additions & 3 deletions msvs/setups/documentation/redis.windows.conf
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,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
Expand Down Expand Up @@ -488,7 +488,7 @@ slave-priority 100
#
# The default is:
#
# maxmemory-policy volatile-lru
# maxmemory-policy noeviction

# LRU and minimal TTL algorithms are not precise algorithms but approximated
# algorithms (in order to save memory), so you can select as well the sample
Expand Down Expand Up @@ -781,7 +781,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

Expand Down

0 comments on commit ddb9987

Please sign in to comment.