redis: RedLock algorithm

redis分布式锁实现的: RedLock 算法

The algorithm's goal was to move away people that were using a single Redis instance, or a master-slave setup with failover, in order to implement distributed locks, to something much more reliable and safe, but having a very low complexity and good performance.

锁被设置过期时间: 如何延长锁过期时间呢?

RedLock algorithm java 实现: redission(java client)

你可能感兴趣的:(redis: RedLock algorithm)