redlock-async-rs - Async Distributed locks with Redis
This is an implementation of Redlock, the distributed locking mechanism built on top of Redis.
It is a fork of existing redlock-rs with async built on top of it.
Build
cargo build --release
Usage
use RedLock;
Tests
Run tests with:
cargo test
Run sample application with:
cargo run --release
Contribute
If you find bugs or want to help otherwise, please open an issue.
License
BSD. See LICENSE.