Expand description
RedLock algorithm implementation for distributed locking across multiple Redis servers.
See https://redis.io/topics/distlock for the algorithm specification.
Modules§
- acquire
- RedLock acquire algorithm implementation.
- extend
- RedLock extend algorithm implementation.
- helper
- RedLock helper functions.
- release
- RedLock release algorithm implementation.
- timeouts
- RedLock timeout calculations.
Structs§
- RedLock
Helper - Helper functions for RedLock algorithm.
- RedLock
Timeouts - Timeout configuration for RedLock algorithm.