jerryyummy
jerryyummy
I would like to translate servant design patterns , can you assign this to me @iluwatar
can you review it @iluwatar
hey, can you review it?
sync.Pool is not a cache in the true sense. It might be more appropriate to call it a "recycle bin". The data put into it is logically considered to have...
i meet the same problem , but after building the source code in my local ide and configurated parameters i found that i can successfully download it. i guess there...
this is my code rc.client = redis.NewFailoverClient(&redis.FailoverOptions{ MasterName: "redis-master", SentinelAddrs: []string{"localhost:26379"}, }) pubSub := rc.client.Subscribe("") pubSub.Channel() time.Sleep(1 * time.Second) log.Println("Subscribed") pubSub.Close() log.Println("Closed") and the output is: redis: sentinel: new master="redis-master"...