Closed pranaysai27 closed 2 years ago
Does this support atomicity for a different redis commands for different nodes with transaction?
No. Redis Cluster does not support transaction of commands on different nodes. All commands in transaction must be run on the same node.
Regards
Does this support atomicity for a different redis commands for different nodes with transaction?