After 5.0.0 it's not possible to use the multi call due to the error message:
Redis::Cluster::AmbiguousNodeError: Cluster client doesn't know which node the multi command should be sent to.
What is the recommended solution for transactions in cluster mode?
Hi 👋 ,
After 5.0.0 it's not possible to use the multi call due to the error message:
Redis::Cluster::AmbiguousNodeError: Cluster client doesn't know which node the multi command should be sent to.
What is the recommended solution for transactions in cluster mode?
One example of how we use transactions.