go-redis cluster 使用demo
package main import ( "fmt" "time" "github.com/go-redis/redis" ) func main() { client := redis.NewClusterClient(&redis.ClusterOptions ...
package main import ( "fmt" "time" "github.com/go-redis/redis" ) func main() { client := redis.NewClusterClient(&redis.ClusterOptions ...