redisZInterStore(rredis)
redisZInterStore()所属R语言包:rredis
redisZInterStore
redisZInterStore
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Store the intersection of two sorted sets into another sorted set.
请将路口的两个排序套入另一种排序的集合。
用法----------Usage----------
redisZInterStore(dstkey, keys, weights = c(), aggregate = NULL)
参数----------Arguments----------
参数:dstkey
The destination set name.
目标集的名称。
参数:keys
A vector or list of sorted set names.
一个向量或列表排序的集合名称。
参数:weights
A set of weights equal in length to the keys argument, or NULL (default). If specified, the weights associated with the members of each set will be multiplied by the specified weight values.
一组权重,其长度等于keys的说法,或NULL(默认值)。如果指定,每一组成员相关联的权重将被乘以指定的权重值。
参数:aggregate
A character value of either "SUM" "MIN" or "MAX" indicating how the resulting weights should be aggregated.
无论是“SUM”,“MIN”或“MAX”,表示如何产生的重量应合并计算,一个字符值。
Details
详细信息----------Details----------
See the Redis documentation for details.
请参阅Redis的文件的详细信息。
值----------Value----------
The number of elements stored in the destination set.
存储在目标集合中的元素的数量。
(作者)----------Author(s)----------
B. W. Lewis
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|