summaryrefslogtreecommitdiff
path: root/doc/SremCommand.html
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-12-05 16:58:10 +0100
committerantirez <antirez@gmail.com>2009-12-05 16:58:10 +0100
commit43f30ac0f9bcc4a7afb06136a8dfe5b703be7935 (patch)
tree260beb483bc069d057f3e66bbd1025f3c3786b1c /doc/SremCommand.html
parent570333015147ce01646ff61e50afc210a12408db (diff)
downloadredis-43f30ac0f9bcc4a7afb06136a8dfe5b703be7935.tar.gz
HTML doc update
Diffstat (limited to 'doc/SremCommand.html')
-rw-r--r--doc/SremCommand.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/SremCommand.html b/doc/SremCommand.html
index b173f4d28..e5aab23e3 100644
--- a/doc/SremCommand.html
+++ b/doc/SremCommand.html
@@ -16,7 +16,7 @@
<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>SremCommand: Contents</b><br>&nbsp;&nbsp;<a href="#SREM _key_ _member_">SREM _key_ _member_</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Return value">Return value</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#See also">See also</a>
+<b>SremCommand: Contents</b><br>&nbsp;&nbsp;<a href="#SREM _key_ _member_">SREM _key_ _member_</a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#Return value">Return value</a>
</div>
<h1 class="wikiname">SremCommand</h1>
@@ -26,13 +26,13 @@
</div>
<div class="narrow">
- <h1><a name="SREM _key_ _member_">SREM _key_ _member_</a></h1>
+ &iuml;&raquo;&iquest;#sidebar <a href="SetCommandsSidebar.html">SetCommandsSidebar</a><h1><a name="SREM _key_ _member_">SREM _key_ _member_</a></h1>
<i>Time complexity O(1)</i><blockquote>Remove the specified <i>member</i> from the set value stored at <i>key</i>. If_member_ was not a member of the set no operation is performed. If <i>key</i>does not hold a set value an error is returned.</blockquote>
<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 removed
0 if the new element was not a member of the set
-</pre><h2><a name="See also">See also</a></h2>
-<ul><li> <a href="SaddCommand.html">SADD</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>
+</pre>
+
</div>
</div>