You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: