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 7957c67604
commit 3cbce4f45e

View File

@ -459,7 +459,7 @@ activerehashing yes
#
# 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
# the soft limit is reached and remains reached for the specified number of