br-cache 0.0.7

This is an Cache
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "br-cache"
version = "0.0.7"
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"