summaryrefslogtreecommitdiff
path: root/doc/VersionControl.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/VersionControl.html')
-rw-r--r--doc/VersionControl.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/VersionControl.html b/doc/VersionControl.html
new file mode 100644
index 000000000..bb249a327
--- /dev/null
+++ b/doc/VersionControl.html
@@ -0,0 +1,40 @@
+
+<!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>VersionControl: Contents</b><br>&nbsp;&nbsp;<a href="#VERSION">VERSION</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Return value">Return value</a>
+ </div>
+
+ <h1 class="wikiname">VersionControl</h1>
+
+ <div class="summary">
+
+ </div>
+
+ <div class="narrow">
+ <h1><a name="VERSION">VERSION</a></h1>Return the server version as a float string. Example:<br/><br/><pre class="codeblock python" name="code">
+VERSION
+0.07
+</pre>It is guaranteed that if you compare versions as floats newer versions will be greater than older versions.<h2><a name="Return value">Return value</a></h2><a href="ReplyTypes.html">Single line reply</a>
+
+ </div>
+
+ </div>
+ </div>
+ </body>
+</html>
+