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
22bcee51
Commit
22bcee51
authored
Jul 26, 2017
by
Sébastien Fievet
Committed by
GitHub
Jul 26, 2017
Browse files
Fix some typos
parent
dc997755
Changes
1
Show whitespace changes
Inline
Side-by-side
redis.conf
View file @
22bcee51
...
@@ -606,7 +606,7 @@ slave-priority 100
...
@@ -606,7 +606,7 @@ slave-priority 100
# deletion of the object. It means that the server stops processing new commands
# deletion of the object. It means that the server stops processing new commands
# in order to reclaim all the memory associated with an object in a synchronous
# in order to reclaim all the memory associated with an object in a synchronous
# way. If the key deleted is associated with a small object, the time needed
# way. If the key deleted is associated with a small object, the time needed
# in order to execute th DEL command is very small and comparable to most other
# in order to execute th
e
DEL command is very small and comparable to most other
# O(1) or O(log_N) commands in Redis. However if the key is associated with an
# O(1) or O(log_N) commands in Redis. However if the key is associated with an
# aggregated value containing millions of elements, the server can block for
# aggregated value containing millions of elements, the server can block for
# a long time (even seconds) in order to complete the operation.
# a long time (even seconds) in order to complete the operation.
...
@@ -621,7 +621,7 @@ slave-priority 100
...
@@ -621,7 +621,7 @@ slave-priority 100
# It's up to the design of the application to understand when it is a good
# It's up to the design of the application to understand when it is a good
# idea to use one or the other. However the Redis server sometimes has to
# idea to use one or the other. However the Redis server sometimes has to
# delete keys or flush the whole database as a side effect of other operations.
# delete keys or flush the whole database as a side effect of other operations.
# Specifically Redis deletes objects independently of a
n
user call in the
# Specifically Redis deletes objects independently of a user call in the
# following scenarios:
# following scenarios:
#
#
# 1) On eviction, because of the maxmemory and maxmemory policy configurations,
# 1) On eviction, because of the maxmemory and maxmemory policy configurations,
...
@@ -914,7 +914,7 @@ lua-time-limit 5000
...
@@ -914,7 +914,7 @@ lua-time-limit 5000
# Docker and other containers).
# Docker and other containers).
#
#
# In order to make Redis Cluster working in such environments, a static
# In order to make Redis Cluster working in such environments, a static
# configuration where each node know
n
its public address is needed. The
# configuration where each node know
s
its public address is needed. The
# following two options are used for this scope, and are:
# following two options are used for this scope, and are:
#
#
# * cluster-announce-ip
# * cluster-announce-ip
...
...
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