You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
李光春 116ade2274
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
- 增加etcd
2 years ago
.drone.yml - 增加etcd 2 years ago
.gitignore update 2 years ago
LICENSE init 2 years ago
README.md update 2 years ago
big.go - 优化 2 years ago
big_cache.go - 优化 2 years ago
big_test.go update big 2 years ago
connom.go - 优化 2 years ago
etcd.go - 增加etcd 2 years ago
fast.go update 2 years ago
free.go update 2 years ago
go.go - 优化 2 years ago
go.mod - 增加etcd 2 years ago
go.sum - 增加etcd 2 years ago
go_cache.go - 优化 2 years ago
go_test.go - 优化 2 years ago
group.go update 2 years ago
memcached.go - 优化 2 years ago
memcached_cache.go update redis 2 years ago
redis.go - 优化 2 years ago
redis_cache.go - 优化 2 years ago
ristretto.go add memcached 2 years ago
ristretto_cache.go update ristretto 2 years ago
ristretto_test.go update ristretto 2 years ago
version.go - 增加etcd 2 years ago

README.md

Golang Cache

📦 Golang 缓存组件

godoc goproxy.cn goreportcard.com deps.dev

安装使用

go get -v -u go.dtapp.net/gocache

导入

import (
    "go.dtapp.net/gocache"
)