Ash
Ash

Reputation: 21

Distributed lock using redisson- quorum configuration and selecting a new master node in case of old master failure

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

Upvotes: 0

Views: 378

Answers (1)

Nikita Koksharov
Nikita Koksharov

Reputation: 10783

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

Upvotes: 0

Related Questions