package
0.0.0-20230306073224-9a47451aa932
Repository: https://github.com/jeevic/lego.git
Documentation: pkg.go.dev
# README
Godis - Golang client for codis
# Functions
No description provided by the author
NewPooledObject return the pack struct for addr and the appropriate redis pool.
NewRoundRobinPool return a round-robin redis client pool specified by zk client and redis options.
# Structs
No description provided by the author
PooledObject is a pack struct for addr and the appropriate redis pool.
ProxyInfo is represent the redis proxy instance is online or not.
RoundRobinPool is a round-robin redis client pool for connecting multiple codis proxies based on zookeeper-go and redis-go.