Imaging that I have a number of servers which all run mysql or mongodb or redis database, the servers are in different places. I want to keep the server's data all the same.
for example:
server A,B,C,D,E
1> insert items to A, auto update B,C,D,E
2> insert items to B, auto update A,C,D,E
3> delete ...