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] The queue prefix "{ }" will cause the data to be allocated to one data node. #1002

Open
antyiwei opened this issue Jan 4, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@antyiwei
Copy link

antyiwei commented Jan 4, 2025

Describe the bug
The queue prefix "{ }" will cause the data to be allocated to one data node.

"{}" is it necessary?

https://redis.io/docs/latest/operate/oss_and_stack/reference/cluster-spec/#hash-tags

@antyiwei antyiwei added the bug Something isn't working label Jan 4, 2025
@yousifh
Copy link
Contributor

yousifh commented Jan 6, 2025

This is necessary for a Redis cluster so all the keys related to a queue go to one node. So when a Lua script executes for a particular queue, all the relevant keys the script will interact with are in the same node.

@antyiwei
Copy link
Author

antyiwei commented Jan 9, 2025

Hello, thank you for your reply. If we use the REDIS provided by the cloud vendor and access it through a proxy address, can we remove the "{}" tags? It's quite troublesome here.

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

No branches or pull requests

4 participants