Redis 2.8版本标准架构、Redis 4.0、5.0、6.2、7.0,及其 ValKey 8.0标准架构与集群架构均支持 zadd、zcard、zcount、zincrby、zinterstore、zlexcount、zrange、zrangebylex、zrangebyscore、zrank、zrem、zremrangebylex、zremrangebyrank、zremrangebyscore、zrevrange、zrevrangebylex、zrevrangebyscore、zscore、zrevrank、zscan、zunionstore 命令。
集群架构跨 Slot 场景不支持 zinterstore、zunionstore 命令。
具体信息,请参见下表。✓ 表示支持,x 表示不支持,- 表示该命令不存在跨 Slot 访问的场景。
命令 | Redis 7.0/ValKey 8.0 标准架构 | Redis 7.0/ValKey 8.0 集群架构 | Redis 6.2标准架构 | Redis 6.2集群架构 | Redis 5.0标准架构 | Redis 5.0集群架构 | Redis 4.0标准架构 | Redis 4.0集群架构 | Redis 2.8标准架构 | 集群架构跨 Slot 支持 |
zadd | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zcard | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zcount | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zincrby | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zinterstore | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x |
zlexcount | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zrange | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zrangebylex | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zrangebyscore | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zrank | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zrem | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zremrangebylex | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zremrangebyrank | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zremrangebyscore | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zrevrange | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zrevrangebylex | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zrevrangebyscore | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zscore | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zrevrank | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zscan | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - |
zunionstore | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x |
zpopmax | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | x | x | - |
zpopmin | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | x | x | - |
bzpopmax | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | x | x | - |
bzpopmin | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | x | x | - |
zdiff | ✓ | ✓ | ✓ | ✓ | x | x | x | x | x | - |
zdiffstore | ✓ | ✓ | ✓ | ✓ | x | x | x | x | x | - |
zinter | x | x | x | x | x | x | x | x | x | - |
zrandmember | ✓ | ✓ | ✓ | ✓ | x | x | x | x | x | - |
zrangestore | ✓ | ✓ | ✓ | ✓ | x | x | x | x | x | - |
zunion | ✓ | ✓ | ✓ | ✓ | x | x | x | x | x | - |
zmscore | ✓ | ✓ | ✓ | ✓ | x | x | x | x | x | - |
zmpop | ✓ | ✓ | x | x | x | x | x | x | x | - |
bzmpop | ✓ | ✓ | x | x | x | x | x | x | x | - |
zintercard | ✓ | ✓ | x | x | x | x | x | x | x | - |