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

Fix nested batch issue when initial command is within a pipeline #402

Merged
merged 3 commits into from
Mar 24, 2025

Conversation

atakavci
Copy link
Collaborator

Closes/Fixes #401

This pr resolves the issue caused by attempting to set lib info with a pipeline while the initial command itself is a pipeline in customer app.

@atakavci atakavci added the bug Something isn't working label Mar 21, 2025
@atakavci atakavci self-assigned this Mar 21, 2025
@atakavci atakavci requested review from uglide and slorello89 March 21, 2025 11:49
Copy link

@ggivo ggivo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@atakavci atakavci merged commit 76465cc into redis:master Mar 24, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Nested batches are not supported" with Pipeline and Json.SetAsync
2 participants