redislock-rs - Distributed locks with Redis
This is an implementation of Redislock, the distributed locking mechanism built on top of Redis. It is more or less a port of the Ruby version.
It includes a sample application in main.rs.
Build
cargo build --release
Usage
use ;
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.
Maintainer
- Forked from badboy/redlock-rs, maintained by @IronC
License
BSD. See LICENSE.