↧
Answer by Cerise Limón for redigo different pool connect to single server
The dial functions use the single variable v. The functions use the last value assigned to v when called. To fix the problem, declare a variable inside the scope of the for loop and use that variable...
View Articleredigo different pool connect to single server
so, i have a necessity to connect to 3 redis server. i create 3 connection pool, and initialize each of them. but redigo seems only connected to single redis server, although i get the connection...
View Article