redlock-async 0.0.3

Implementation of the distributed locking mechanism built on top of Async Redis
Documentation
1
2
3
mod redlock;

pub use crate::redlock::{Lock, RedLock, RedLockError};