deamonwatcher
deamonwatcher
in my program, i made 1000 goroutines for concurrency send msg to apple; when i check my log, i find a lot of error returns when i call client.Push, the...
what is the default size of the cluster pool? Can i change it ?
if i use domain name to init the client instead of ip address, like this: cluster, err := redis.NewCluster( &redis.Options{ StartNodes: []string{"1xxx.com:7000", "2xxx.com:7001", "3xxx.com:7002"}, ConnTimeout: 50 \* time.Millisecond, ReadTimeout: 50...