Crate redlock [] [src]

redlock-rs is a Rust implementation of the Redlock algorithm for distributed lock management of Redis nodes.

Modules

redlock

This mod specifies and implements the Distributed Lock Manager Redlock object, as well as the necessary functions lock() and unlock(). It also declares the struct Lock which is used to hold necessary information about each lock a client acquires.

types

This mod specifies RedlockResult as an alias for Result and the various Error enum types