-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Currently, Locksmith implements the Redlock algorithm primarily targeting independent Redis nodes. While this works for basic setups, it lacks native awareness of Redis Cluster and Redis
The library should be aware of hash slots. A distributed lock intended for a Cluster environment should ideally target the specific nodes responsible for the key slot to maintain performance and correctness, rather than treating the cluster as a collection of disjointed independent nodes.
Requirements
- distributed lock based on cluster sharding info
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels