Dynamically specify transaction commands from different services #1911
ivanDujmic
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
-
Is it possible to specify transaction commands dynamically. For example one service calls
client.Do(ctx, "MULTI")
and then some other service adds a command to the transaction block. In other words can we add commands to the transaction queue when we are outside of the client.Watch function? Is it possible to execute a transaction outside of the Client.Watch function?
Beta Was this translation helpful? Give feedback.
All reactions