kevy

ZUNIONSTORE

Store the union of the given sorted sets into destination.

语法ZUNIONSTORE destination numkeys key [key ...] [WEIGHTS weight [weight ...]] [AGGREGATE SUM|MIN|MAX]
分组zset
参数个数-4
起始版本1.0.0
标志write
复杂度O(sum of the source cardinalities + R log R)
Redis 兼容性full

← 全部命令