summaryrefslogtreecommitdiff
path: root/doc/ScardCommand.html
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-04-28 20:36:08 +0200
committerantirez <antirez@gmail.com>2009-04-28 20:36:08 +0200
commita4460ef43f9625e6c09cdc327614d1b47c043489 (patch)
treee80ef2bdc63f4c161a302174ba5588ea13105cd7 /doc/ScardCommand.html
parentbb0b03a3d7d2c321fdbbf42fc44ab75766947ae6 (diff)
downloadredis-a4460ef43f9625e6c09cdc327614d1b47c043489.tar.gz
SMOVE command implemented
Diffstat (limited to 'doc/ScardCommand.html')
-rw-r--r--doc/ScardCommand.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScardCommand.html b/doc/ScardCommand.html
index c6539745b..ac992fa37 100644
--- a/doc/ScardCommand.html
+++ b/doc/ScardCommand.html
@@ -31,7 +31,7 @@
<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">
the cardinality (number of elements) of the set as an integer.
</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="SaddCommand.html">SADD</a></li><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>