1 Star 3 Fork 2

aesoper / cache

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
aesoper 提交于 2021-05-25 16:55 . 移除对ssdb的支持
module gitee.com/aesoper/cache
go 1.14
require (
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-redis/redis/v8 v8.8.2
github.com/kr/pretty v0.1.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/otel v0.20.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
Go
1
https://gitee.com/aesoper/cache.git
git@gitee.com:aesoper/cache.git
aesoper
cache
cache
master

搜索帮助