redisZInterStore
Store the intersection of two sorted sets into another sorted set.
redisZInterStore(dstkey, keys, weights = c(), aggregate = NULL, ...)
dstkey |
The destination set name. |
keys |
A vector or list of sorted set names. |
weights |
A set of weights equal in length to the |
aggregate |
A character value of either "SUM" "MIN" or "MAX" indicating how the resulting weights should be aggregated. |
... |
Optional additional arguments. Specify |
See the Redis documentation for details.
The number of elements stored in the destination set.
B. W. Lewis
http://redis.io/commands
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.