redis-ac 0.2.1

Asynchronuos commands helper for redis-rs
Documentation
[dependencies.futures]
version = "0.1"

[dependencies.redis]
version = "0.13"
[dev-dependencies.tokio]
version = "0.1"

[features]
default = []
geospatial = ["redis/geospatial"]
readme = []

[package]
authors = ["Yushi Omote <yushi.omote@sbibits.com>"]
description = "Asynchronuos commands helper for redis-rs"
documentation = "https://docs.rs/redis-ac"
edition = "2018"
homepage = "https://github.com/yushiomote/redis-ac"
keywords = ["redis", "database"]
license = "BSD-3-Clause"
name = "redis-ac"
readme = "README.md"
repository = "https://github.com/yushiomote/redis-ac"
version = "0.2.1"