RedisClusterMultilock

A multilock for redis cluster using lua scripts and given key(s) hopefully with shard key(s)

Installation

The package can be installed by adding redis_cluster_multilock to your list of dependencies in mix.exs:

def deps do
  [
    {:redis_cluster_multilock, "~> 0.1.0"}
  ]
end

in config.exs

config :redis_cluster_multilock, :redis_cluster,
  hosts: ["127.0.0.1"],
  ports: [7001]

Information