redis:用于Golang的类型安全的Redis客户端 源码
Golang的Redis客户端 :red_heart: 加入提出问题。 生态系统 。 。 。 。 产品特点 Redis 3命令(QUIT,MONITOR和SYNC除外)。 具有支持的自动连接池。 。 。 和 。 。 。 。 。 不使用集群模式和Redis Sentinel 集群。 。 。 安装 go-redis支持2个最新的Go版本,并且需要具有支持的Go版本。 因此,请确保初始化Go模块: go mod init github.com/my/repo 然后安装go-redis / v8(请注意导入中的v8 ;忽略它是一个普遍的错误): go get git
文件列表
redis:用于Golang的类型安全的Redis客户端
(预估有个102文件)
sentinel.go
18KB
cluster.go
36KB
example_test.go
13KB
redis.conf
147B
command.go
47KB
pubsub.go
14KB
options.go
8KB
ring_test.go
16KB
cluster_test.go
30KB
pool.go
10KB
暂无评论