From 3cbce4f45e0d727e585253ecb5bdb670ad8458f6 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 24 Jan 2012 14:46:23 +0100 Subject: [PATCH] redis.conf typo fixed in the client-output-buffer-limit documentation --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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