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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to write the same data to three independent redis servers. using PooledRedisClientManager.
add key="DefaultRedisServer" value="siteweb1!@192.168.4.40:6379,siteweb1!@192.168.4.41:6379,siteweb1!@192.168.2.228:6379"
But data can only be written to the first two redis:siteweb1!@192.168.4.40:6379,siteweb1!@192.168.4.41:6379
The third redis server siteweb1!@192.168.2.228: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