go-zeo usage 发表于 2021-12-27 更新于 2024-11-09 分类于 go 本文字数: 142 阅读时长 ≈ 1 分钟 redis连接 通过select选库 12345r := redis.NewRedis(redisAddr, "node", password)err = r.Pipelined(func(p redis.Pipeliner) error { p.Select(1) return nil}) 本文作者: yigmmk 本文链接: https://programnotes.cn/go-zero-usage/index.html 版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处! 欢迎关注我的其它发布渠道 WeChat