rust_redlock 0.2.1

A rust redlock implementation for distributed, highly-available redis locks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rust_redlock"
description = "A rust redlock implementation for distributed, highly-available redis locks"
version = "0.2.1"
authors = ["David Cai <davidcai1993@yahoo.com>"]
documentation = "https://github.com/DavidCai1993/redlock-rs"
homepage = "https://github.com/DavidCai1993/redlock-rs"
readme = "README.md"
repository = "https://github.com/DavidCai1993/redlock-rs"
keywords = ["redlock", "redis", "lock", "mutex", "distribution"]
categories = ["concurrency", "algorithms"]
license = "MIT"

[dependencies]
lazy_static = "0.2"
redis = "0.5.3"
quick-error = "1.2"
rand = "0.3.15"