0

Distributed lock using redisson- Configure quorum configuration and acquiring lock from majority of nodes Configuration guide where can we find or some examples

Ash
  • 21
  • 6

1 Answers1

0

RedLock algorithm was deprecated due to issues described here https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html

Consider to FencedLock

Nikita Koksharov
  • 10,283
  • 1
  • 62
  • 71