We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now it does not work because of #99 But even if you fix it, there is still a problem: https://metacpan.org/source/DAMS/Redis-1.976/lib/Redis.pm#L227
first you delete
delete $self->{__inside_transaction};
and then you execute EXEC
EXEC
same problem with UNWATCH
UNWATCH
related: shogo82148/Redis-Fast#22
The text was updated successfully, but these errors were encountered:
related #85
Sorry, something went wrong.
No branches or pull requests
Now it does not work because of #99
But even if you fix it, there is still a problem:
https://metacpan.org/source/DAMS/Redis-1.976/lib/Redis.pm#L227
first you delete
delete $self->{__inside_transaction};
and then you execute
EXEC
same problem with
UNWATCH
related: shogo82148/Redis-Fast#22
The text was updated successfully, but these errors were encountered: