ssdb icon indicating copy to clipboard operation
ssdb copied to clipboard

How to setup SSDB for HA/failover?

Open 0xgeert opened this issue 11 years ago • 4 comments

It seems SSDB can do replication in a master/slave setup (like Redis). However, I can't find any docs on this. For instance, does SSDB support Sentinel to check for Master failure and do Slave -> Master promotion?

In general I'm looking to implement this setup (which contains Sentinel + HaProxy). Would that work for SSDB?

If not, how do companies using SSDB in production handle this?

0xgeert avatar Nov 17 '14 15:11 0xgeert

Hi, SSDB is however a single-node storage, it does not concern about sharding, distributing, proxying...

ssdb-cluster is under development.

ideawu avatar Nov 18 '14 02:11 ideawu

@ideawu clustering is very important for all types of databases

i wish you make it soon

ss3ds avatar Nov 14 '15 21:11 ss3ds

HA doesn't require clustering, per se. You just need to assign the master and slave and reassign as needed dynamically.

yehosef avatar Jun 08 '16 07:06 yehosef

@ideawu Is ssdb-cluster still under development? Is there anywhere we can find the documentation or design roadmap

wangqiang8511 avatar Jul 13 '18 10:07 wangqiang8511