Skip to content
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

"Reconnect during transaction" will throw EXEC without MULTI #100

Open
vsespb opened this issue Oct 8, 2014 · 1 comment
Open

"Reconnect during transaction" will throw EXEC without MULTI #100

vsespb opened this issue Oct 8, 2014 · 1 comment

Comments

@vsespb
Copy link
Contributor

vsespb commented Oct 8, 2014

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

@vsespb
Copy link
Contributor Author

vsespb commented Oct 8, 2014

related #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant