]> git.saurik.com Git - redis.git/blobdiff - doc/SaddCommand.html
SMOVE command implemented
[redis.git] / doc / SaddCommand.html
index ed3258ca1460fb121b5cc1ccf6d0a7f8974155fc..db66cd8e430960fde5c4b5bf191aa0c81a9db52e 100644 (file)
@@ -31,9 +31,8 @@
 <h2><a name="Return value">Return value</a></h2><a href="ReplyTypes.html">Integer reply</a>, specifically:<br/><br/><pre class="codeblock python" name="code">
 1 if the new element was added
 0 if the new element was already a member of the set
--2 if the key contains a non set value
 </pre><h2><a name="See also">See also</a></h2>
-<ul><li> <a href="SremCommand.html">SREM</a></li><li> <a href="SismemberCommand.html">SISMEMBER</a></li><li> <a href="ScardCommand.html">SCARD</a></li><li> <a href="SmembersCommand.html">SMEMBERS</a></li><li> <a href="SinterCommand.html">SINTER</a></li><li> <a href="SinterstoreCommand.html">SINTERSTORE</a></li></ul>
+<ul><li> <a href="SremCommand.html">SREM</a></li><li> <a href="SismemberCommand.html">SISMEMBER</a></li><li> <a href="ScardCommand.html">SCARD</a></li><li> <a href="SmembersCommand.html">SMEMBERS</a></li><li> <a href="SinterCommand.html">SINTER</a></li><li> <a href="SinterstoreCommand.html">SINTERSTORE</a></li><li> <a href="SmoveCommand.html">SMOVE</a></li></ul>
                 </div>
         
             </div>