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

Replace sync.Once with int32 in pipe #808

Merged
merged 2 commits into from
Mar 20, 2025
Merged

Conversation

liuzhaohui
Copy link
Contributor

Try to solve #806

pipe.go Outdated
r2mu sync.Mutex
version int32
_ [10]int32
blcksig int32
state int32
waits int32
recvs int32
bgState int32
Copy link
Collaborator

Choose a reason for hiding this comment

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

The indention seems incorrect.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@rueian rueian merged commit 114ac16 into redis:main Mar 20, 2025
34 checks passed
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.

2 participants