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

[BUG] blpop returns same value for different clients with multimaster/activereplica #820

Open
qveensi opened this issue Apr 9, 2024 · 0 comments

Comments

@qveensi
Copy link

qveensi commented Apr 9, 2024

Describe the bug

LPUSH/BLPOP does not work correctly after starting in multimaster/replica
After redis-cli -h 10.1.16.100 LPUSH test a b c returns same value for different clients

To reproduce

client1# redis-cli -h 10.1.16.100 blpop test 0
1) "test"
2) "c"

client2# redis-cli -h 10.1.16.100 blpop test 0
1) "test"
2) "c"
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