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
f847dd3a
Commit
f847dd3a
authored
Jun 07, 2018
by
antirez
Browse files
Streams: better document the max node limits.
parent
a7dbe37d
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
f847dd3a
...
@@ -1110,7 +1110,10 @@ hll-sparse-max-bytes 3000
...
@@ -1110,7 +1110,10 @@ hll-sparse-max-bytes 3000
# tree of big nodes that encode multiple items inside. Using this configuration
# tree of big nodes that encode multiple items inside. Using this configuration
# it is possible to configure how big a single node can be in bytes, and the
# it is possible to configure how big a single node can be in bytes, and the
# maximum number of items it may contain before switching to a new node when
# maximum number of items it may contain before switching to a new node when
# appending new stream entries.
# appending new stream entries. If any of the following settings are set to
# zero, the limit is ignored, so for instance it is possible to set just a
# max entires limit by setting max-bytes to 0 and max-entries to the desired
# value.
stream
-
node
-
max
-
bytes
4096
stream
-
node
-
max
-
bytes
4096
stream
-
node
-
max
-
entires
100
stream
-
node
-
max
-
entires
100
...
...
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