summaryrefslogtreecommitdiff
path: root/doc/BgsaveCommand.html
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-12-23 11:12:01 -0500
committerantirez <antirez@gmail.com>2009-12-23 11:12:01 -0500
commit81d456450ac42b7cf78367ae3a89af1a543c9ff1 (patch)
tree88c61009d874a916ad92f96527f32e81c057af28 /doc/BgsaveCommand.html
parent56c2735d89dd41ed2f552c4adccba63c817ed602 (diff)
downloadredis-81d456450ac42b7cf78367ae3a89af1a543c9ff1.tar.gz
ZRANGE WITHSCORES test added
Diffstat (limited to 'doc/BgsaveCommand.html')
-rw-r--r--doc/BgsaveCommand.html39
1 files changed, 0 insertions, 39 deletions
diff --git a/doc/BgsaveCommand.html b/doc/BgsaveCommand.html
deleted file mode 100644
index 33468ae50..000000000
--- a/doc/BgsaveCommand.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<html>
- <head>
- <link type="text/css" rel="stylesheet" href="style.css" />
- </head>
- <body>
- <div id="page">
-
- <div id='header'>
- <a href="index.html">
- <img style="border:none" alt="Redis Documentation" src="redis.png">
- </a>
- </div>
-
- <div id="pagecontent">
- <div class="index">
-<!-- This is a (PRE) block. Make sure it's left aligned or your toc title will be off. -->
-<b>BgsaveCommand: Contents</b><br>&nbsp;&nbsp;<a href="#BGSAVE">BGSAVE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Return value">Return value</a>
- </div>
-
- <h1 class="wikiname">BgsaveCommand</h1>
-
- <div class="summary">
-
- </div>
-
- <div class="narrow">
- &iuml;&raquo;&iquest;#sidebar <a href="ControlCommandsSidebar.html">ControlCommandsSidebar</a><h1><a name="BGSAVE">BGSAVE</a></h1>
-<blockquote>Save the DB in background. The OK code is immediately returned.Redis forks, the parent continues to server the clients, the childsaves the DB on disk then exit. A client my be able to check if theoperation succeeded using the <a href="LastsaveCommand.html">LASTSAVE</a> command.</blockquote>
-<h2><a name="Return value">Return value</a></h2><a href="ReplyTypes.html">Status code reply</a>
-
- </div>
-
- </div>
- </div>
- </body>
-</html>
-