mouscache 0.3.3

A crate to store object either in redis or in memory
Documentation
[package]
name = "mouscache"
version = "0.3.3"
authors = ["richer <richer.arc@gmail.com>"]
description = "A crate to store object either in redis or in memory"

documentation = "https://github.com/wayk/mouscache-rs"
homepage = "https://github.com/wayk/mouscache-rs"
repository = "https://github.com/wayk/mouscache-rs"
keywords = ["cache", "redis"]
license = "MIT"

[dependencies]
redis = "0.8"
dns-lookup = "0.9"