Module redlock

Module redlock 

Source
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§

RedLockHelper
Helper functions for RedLock algorithm.
RedLockTimeouts
Timeout configuration for RedLock algorithm.