Replies: 1 comment
-
Hi @wurangbo , The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to write the same data to three independent redis servers. using PooledRedisClientManager.
add key="DefaultRedisServer" value="[email protected]:6379,[email protected]:6379,[email protected]:6379"
But data can only be written to the first two redis:[email protected]:6379,[email protected]:6379
The third redis server [email protected]:6379 write does not take effect .
The code can be found in the following repository
https://github.com/kinshines/ServiceStack.Redis.Utility
Beta Was this translation helpful? Give feedback.
All reactions