Support Active-Active Redis (multi-key write commands and CROSSSLOT exception) #2225
danilopeixoto
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Redis, multi-key operations in Active-Active databases are subject to certain restrictions. These restrictions apply to write commands, transactions, Lua scripts, and renaming/copying keys.
Multi-key write commands
In Active-Active databases, multi-key write commands (DEL, MSET, UNLINK) can only be run on keys that are in the same slot.
Using RQ with Active-Active Redis will throw a CROSSSLOT exception.
What are the recommendations to use RQ with Active-Active Redis?
Beta Was this translation helpful? Give feedback.
All reactions