simple_redis 0.6.3

Simple and resilient redis client.
Documentation
[dependencies.redis]
default-features = false
version = "^0.25"
[dev-dependencies.doc-comment]
version = "^0.3"

[package]
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
categories = ["caching", "database"]
description = "Simple and resilient redis client."
documentation = "https://sagiegurari.github.io/simple_redis/api/simple_redis/index.html"
edition = "2021"
homepage = "http://github.com/sagiegurari/simple_redis"
include = ["/benches/*", "/docs/*", "/examples/*", "/src/*", "/tests/*", "/Cargo.toml", "/LICENSE", "/README.md", "/Makefile.toml"]
keywords = ["redis", "cache", "pubsub", "database"]
license = "Apache-2.0"
name = "simple_redis"
readme = "README.md"
repository = "https://github.com/sagiegurari/simple_redis.git"
version = "0.6.3"