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

SELECT command mapping not honored in transactions #2321

Closed
slorello89 opened this issue Dec 9, 2022 · 0 comments · Fixed by #2322
Closed

SELECT command mapping not honored in transactions #2321

slorello89 opened this issue Dec 9, 2022 · 0 comments · Fixed by #2322

Comments

@slorello89
Copy link
Collaborator

Hey @NickCraver @mgravell 👋
Follow on to #1988 - originally fixed by #2023 looks like there's a case where if you remove select from the command map and try to run a transaction with ad-hoc commands, it will have a write failure. As it turns out when the RedisTransaction enqueues a message it checks to see if it's unknown/eval/evalsha and creates a select message and it enqueues that afterwards. I'll open up a PR in a couple minutest to address - figured I'd open an issue for tracking.

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

Successfully merging a pull request may close this issue.

1 participant