主页

go 使用 redis

Redis 官网中推荐使用的 go 客户端是 Radix: https://github.com/mediocregopher/radix.v2 和 Redigo https://github.com/gomodule/redigo 先学习一下 Redigo 文档: https://godoc.org/github.com/gomodule/redigo/redis

阅读更多