From: Salvatore Sanfilippo Date: Thu, 22 Dec 2011 15:00:42 +0000 (-0800) Subject: Merge pull request #268 from diegok/unstable X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/d9b952211c4f4ae46bcd4afda83966fdd5b4c1cd?hp=d334281c802bc94e99475557ed341d356af0ab54 Merge pull request #268 from diegok/unstable Fixed a config docs typo. --- diff --git a/redis.conf b/redis.conf index 8cea68aa..29e326d1 100644 --- a/redis.conf +++ b/redis.conf @@ -279,7 +279,7 @@ appendonly no # # The default is "everysec" that's usually the right compromise between # speed and data safety. It's up to you to understand if you can relax this to -# "no" that will will let the operating system flush the output buffer when +# "no" that will let the operating system flush the output buffer when # it wants, for better performances (but if you can live with the idea of # some data loss consider the default persistence mode that's snapshotting), # or on the contrary, use "always" that's very slow but a bit safer than