br-cache 0.0.8

This is an Cache
Documentation
[package]
name = "br-cache"
version = "0.0.8"
edition = "2021"
authors = ["Carry <7991156@qq.com>"]
keywords = ["br", "cache", "redis"]
readme = "README.md"
license = "MIT"
exclude = ["INSTALL.md", "config", "examples","tests"]
description = "This is an Cache"

[dependencies]
log = "0.4.17"
redis = "0.23.0"
json = "0.12.4"
[dev-dependencies]
env_logger = "0.10.0"