0x00 概述
在GitHub上有许多Go语言实现的redis连接库,其中redigo是redis官方推荐的连接库之一(redigo, go-redis/redis, radix)https://redislabs.com/lp/redis-enterprise-go/
redigo文档:https://godoc.org/github.com/gomodule/redigo/redis
下载:go get github.com/gomodule/redigo@v2.0.0
0x01 基本使用
https://www.dyxmq.cn/program/code/golang/golang-redigo-1.html
