09 2021GolangGolang学习笔记之使用Redis前言Redis包包:github.com/go-redis/redis 文档:传送门 Demopackage mainimport ( "context" "fmt" "t...2 分钟 #Golang #Redis