kevy

ZDIFFSTORE

Store the difference of the given sorted sets into destination.

语法ZDIFFSTORE destination numkeys key [key ...]
分组zset
参数个数-4
起始版本1.0.0
标志write
复杂度O(sum of the source cardinalities + R log R); each source is extracted whole on its own shard
Redis 兼容性full

← 全部命令