Skip to content

First-class support for Redis Cluster #9

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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