]> git.saurik.com Git - redis.git/commitdiff
Fixed a config docs typo.
authordiegok <diego@freekeylabs.com>
Thu, 22 Dec 2011 11:22:23 +0000 (12:22 +0100)
committerdiegok <diego@freekeylabs.com>
Thu, 22 Dec 2011 11:22:23 +0000 (12:22 +0100)
redis.conf

index 8cea68aa5be3745294353d032d4b5e4cccaf839c..29e326d121ffbf5275224c362099634221dd0a9c 100644 (file)
@@ -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