bitcount, bitop, bitpos, getbit, setbit. These commands are supported by the standard architecture of Redis versions 2.8, 4.0, 5.0, 6.2, and 7.0, as well as the standard and cluster architectures of Valkey versions 8.0 and 9.0.bitfield: is supported by Redis version 4.0 and above, and Valkey versions 8.0 and 9.0. It is not supported by the Redis 2.8 standard architecture.bitfield_ro: is supported only by Redis versions 6.2 and 7.0, and Valkey versions 8.0 and 9.0. It is the read-only version of bitfield.bitop command operates on multiple source keys and writes to a destination key, and does not support cross-slot operations. All other commands operate on a single key and have no cross-slot restriction.bitpos has been enhanced with the BYTE and BIT parameters in Redis 7.0 and Valkey 8.0 and 9.0.Command | Valkey 9.0 Standard Architecture | Valkey 9.0 Cluster Architecture | Redis 7.0 / Valkey 8.0 Standard Architecture | Redis 7.0 / Valkey 8.0 Cluster Architecture | Redis 6.2 Standard Architecture | Redis 6.2 Cluster Architecture | Redis 5.0 Standard Architecture | Redis 5.0 Cluster Architecture | Redis 4.0 Standard Architecture | Redis 4.0 Cluster Architecture | Redis 2.8 Standard Architecture | Cluster Architecture Support for Cross-Slot |
bitcount | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | — |
bitop | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✗ |
bitpos | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | — |
getbit | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | — |
setbit | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | — |
bitfield | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✗ | — |
bitfield_ro | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✗ | ✗ | ✗ | ✗ | ✗ | — |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários