redisSMove(rredis)
redisSMove()所属R语言包:rredis
Move a set element.
将一组元素。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Move the specified element from one set to another.
将指定的元素,从一个集合到另一个。
用法----------Usage----------
redisSMove(setA, setB, element)
参数----------Arguments----------
参数:setA
The set to move from (character identifier).
设置移动(字符的标识符)。
参数:setB
The set to move to (character identifier).
设置移动(字符的标识符)。
参数:element
The element to move.
移动的元素。
Details
详细信息----------Details----------
Note that the set element is specified as the actual set element object (aka set member), not as an index value.
请注意,set元素被指定为实际的集合元素的对象(即组成员),而不是作为索引值。
值----------Value----------
TRUE if successful, FALSE otherwise.
TRUE,如果成功,否则返回FALSE。
(作者)----------Author(s)----------
B. W. Lewis
参考文献----------References----------
参见----------See Also----------
redisSAdd
redisSAdd
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|