redlock 0.3.1

Implementation of the distributed locking mechanism built on top of Redis
Documentation
[package]

name = "redlock"
version = "0.3.1"
authors = ["Jan-Erik Rediger <badboy@archlinux.us>"]

keywords = ["distributed", "locking"]
description = "Implementation of the distributed locking mechanism built on top of Redis"

homepage = "https://github.com/badboy/redlock-rs"
repository = "https://github.com/badboy/redlock-rs"

license = "BSD-3-Clause"
readme = "README.md"

[dependencies]
redis = "0.5.1"
time = "0.1.33"
rand = "0.3.11"