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

This commit is contained in:
antirez 2012-01-24 14:46:23 +01:00
parent 069139ce75
commit 4299b24f58

View File

@ -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