Page https://redis.io/docs/latest/operate/rs/references/compatibility/commands/data-types
The following multi-key commands should have a note to warn users about potential cross-slot errors:
For Active-Active or clustered databases, the original key and new key must be in the same hash slot.
- Hyperloglog:
- Set:
- SDIFF
- SDIFFSTORE
- SMOVE
- SINTERCARD
- SINTERSTORE
- SUNION
- SUNIONSTORE
- Stream:
- String:
- RTS:
- Sorted set:
- bzmpop
- zdiffstore
- bzpopmax
- bzpopmin
- zunioin
- zrangestore
- Bitmap:
- List:
The list is not complete and needs to be cross-checked.
Page https://redis.io/docs/latest/operate/rs/references/compatibility/commands/data-types
The following multi-key commands should have a note to warn users about potential cross-slot errors:
The list is not complete and needs to be cross-checked.