Skip to content

First-class support for Redis Cluster #9

@MiMatus

Description

@MiMatus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions