基于 Go-Redis 之上实现的 Redis 读写分离以及 Sharding 库:
1
acczefly 2020-02-26 09:58:23 +08:00
赞, 内部大量使用了吗?
|
3
anttu 2020-02-27 19:17:09 +08:00
go get github.com/meitu/go-redis-pool
# github.com/meitu/go-redis-pool github.com/meitu/go-redis-pool/pool.go:874:18: cannot use conn.cmdable.HSet(key, field, value) (type *redis.IntCmd) as type *redis.BoolCmd in return argument github.com/meitu/go-redis-pool/pool.go:954:19: cannot use conn.cmdable.HMSet(key, values...) (type *redis.BoolCmd) as type *redis.IntCmd in return argument 请问下我下载报这 2 个错误是为啥呢,我以前下载过 redis 的其他包,比如集群、哨兵模式的连接池。 但是不在同一个用户下。 是同名了么? |