文件名称:redis:用于Golang的类型安全的Redis客户端
文件大小:167KB
文件格式:ZIP
更新时间:2024-02-25 12:02:51
go redis golang redis-cluster redis-client
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 github.com/g