]> git.saurik.com Git - redis.git/blobdiff - doc/SaveCommand.html
TODO updated
[redis.git] / doc / SaveCommand.html
index 4a8c830ad1ff90bc8ef6f62b805f14eb265822c2..5b703059aa99abf89c501a4e79d3fcf0df5f3849 100644 (file)
@@ -27,9 +27,9 @@
 
                 <div class="narrow">
                     &iuml;&raquo;&iquest;#sidebar <a href="ControlCommandsSidebar.html">ControlCommandsSidebar</a><h3><a name="SAVE">SAVE</a></h3>
-<blockquote>Save the DB on disk. The server hangs while the saving is notcompleted, no connection is served in the meanwhile. An OK codeis returned when the DB was fully stored in disk.</blockquote>
+<blockquote>Save the whole dataset on disk (this means that all the databases are saved, as well as keys with an EXPIRE set (the expire is preserved). The server hangs while the saving is notcompleted, no connection is served in the meanwhile. An OK codeis returned when the DB was fully stored in disk.</blockquote>
+<blockquote>The background variant of this command is <a href="BgsaveCommand.html">BGSAVE</a> that is able to perform the saving in the background while the server continues serving other clients.</blockquote>
 <h2><a name="Return value">Return value</a></h2><a href="ReplyTypes.html">Status code reply</a>
-
                 </div>
         
             </div>