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
db7bd6fd
Commit
db7bd6fd
authored
Jan 11, 2018
by
antirez
Browse files
Document new protocol options in #4568 into redis.conf.
parent
13650446
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
db7bd6fd
...
@@ -1156,6 +1156,20 @@ client-output-buffer-limit normal 0 0 0
...
@@ -1156,6 +1156,20 @@ client-output-buffer-limit normal 0 0 0
client
-
output
-
buffer
-
limit
slave
256
mb
64
mb
60
client
-
output
-
buffer
-
limit
slave
256
mb
64
mb
60
client
-
output
-
buffer
-
limit
pubsub
32
mb
8
mb
60
client
-
output
-
buffer
-
limit
pubsub
32
mb
8
mb
60
# Client query buffers accumulate new commands. They are limited to a fixed
# amount by default in order to avoid that a protocol desynchronization (for
# instance due to a bug in the client) will lead to unbound memory usage in
# the query buffer. However you can configure it here if you have very special
# needs, such us huge multi/exec requests or alike.
#
# client-query-buffer-limit 1gb
# In the Redis protocol, bulk requests, that are, elements representing single
# strings, are normally limited ot 512 mb. However you can change this limit
# here.
#
# proto-max-bulk-len 512mb
# Redis calls an internal function to perform many background tasks, like
# Redis calls an internal function to perform many background tasks, like
# closing connections of clients in timeout, purging expired keys that are
# closing connections of clients in timeout, purging expired keys that are
# never requested, and so forth.
# never requested, and so forth.
...
...
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