-
Notifications
You must be signed in to change notification settings - Fork 992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synchronous dispatch of MULTI returns null #1335
Comments
tzxyz
added a commit
to tzxyz/lettuce-core
that referenced
this issue
Jul 7, 2020
mp911de
changed the title
Custom commands
Synchronous dispatch of MULTI returns null
Jul 9, 2020
MULTI
return null
Thanks for raising the issue. It makes sense to return responses as we do the same for the regular API. |
Fixed via #1336. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Current Behavior
Stack trace
// your stack trace here;
Input Code
Input Code
Expected behavior/code
Environment
Possible Solution
in io.lettuce.core.FutureSyncInvocationHandler#isTransactionActive it shoule be
Additional context
The text was updated successfully, but these errors were encountered: