From: antirez Date: Tue, 24 Jan 2012 13:46:23 +0000 (+0100) Subject: redis.conf typo fixed in the client-output-buffer-limit documentation X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/3cbce4f45e0d727e585253ecb5bdb670ad8458f6 redis.conf typo fixed in the client-output-buffer-limit documentation --- diff --git a/redis.conf b/redis.conf index eba768ce..5a85a4ea 100644 --- a/redis.conf +++ b/redis.conf @@ -459,7 +459,7 @@ activerehashing yes # # The syntax of every client-output-buffer-limit directive is the following: # -# client-output-buffer-limit +# client-output-buffer-limit # # 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