1. 首页
  2. 数据库
  3. 其它
  4. redis:用于Golang的类型安全的Redis客户端 源码

redis:用于Golang的类型安全的Redis客户端 源码

上传者: 2021-02-10 04:02:19上传 ZIP文件 167.37KB 热度 18次
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
用户评论