How does ServiceStack PooledRedisClientManager failover work?

后端 未结 1 1563
无人共我
无人共我 2021-02-09 14:37

According to the git commit messages, ServiceStack has recently added failover support. I initially assumed this meant that I could pull one of my Redis instances down, and my p

相关标签:
1条回答
  • 2021-02-09 15:18

    PooledRedisClientManager.FailoverTo allows you to reset which are the read/write hosts, vs readonly hosts, and restart the factory. This allows for a quick transition without needing to recreate clients.

    0 讨论(0)
提交回复
热议问题