You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a question. I can't find the answer anywhere else. Can you help me?
Is txpipeline transactional? In the defaultprocesstxpipeline, cmds is divided into different slices and requests to the service concurrently. Although the commands to be executed for different services are wrapped by multi / exec, how to ensure that all commands are transactional for multiple services? For example, a request to a service failed.
@TXYH1 Redis Cluster does not support distributed transactions. Divided commands are run in different/separate transactions on different Redis Servers.
Hello, I have a question. I can't find the answer anywhere else. Can you help me?
Is txpipeline transactional? In the defaultprocesstxpipeline, cmds is divided into different slices and requests to the service concurrently. Although the commands to be executed for different services are wrapped by multi / exec, how to ensure that all commands are transactional for multiple services? For example, a request to a service failed.
The text was updated successfully, but these errors were encountered: