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

Support transactions for cluster client #1226

Merged

Conversation

supercaracal
Copy link
Contributor

@supercaracal supercaracal commented Sep 30, 2023

The redis-cluster-client underlying the redis-clustering is now supported transactions by method #multi. So this PR fixes error mappings and adds related test cases.

closes #1224

@supercaracal supercaracal marked this pull request as ready for review September 30, 2023 05:32
@supercaracal supercaracal force-pushed the support-transaction-for-cluster-client branch from 4bf4107 to dda95f8 Compare September 30, 2023 05:38
@supercaracal supercaracal changed the title Support transaction for cluster client Support transactions for cluster client Sep 30, 2023
@byroot byroot merged commit ccdf15f into redis:master Sep 30, 2023
16 of 17 checks passed
@supercaracal supercaracal deleted the support-transaction-for-cluster-client branch September 30, 2023 07:19
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 this pull request may close these issues.

Cluster Mode: Transactions (multi)
2 participants