Commit 3cbce4f4 authored by antirez's avatar antirez
Browse files

redis.conf typo fixed in the client-output-buffer-limit documentation

parent 7957c676
...@@ -459,7 +459,7 @@ activerehashing yes ...@@ -459,7 +459,7 @@ activerehashing yes
# #
# The syntax of every client-output-buffer-limit directive is the following: # The syntax of every client-output-buffer-limit directive is the following:
# #
# client-output-buffer-limit <hard limit> <soft limit> <soft limit seconds> # client-output-buffer-limit <class> <hard limit> <soft limit> <soft seconds>
# #
# A client is immediately disconnected once the hard limit is reached, or if # A client is immediately disconnected once the hard limit is reached, or if
# the soft limit is reached and remains reached for the specified number of # the soft limit is reached and remains reached for the specified number of
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment