If I have a java application containerized with this redis embedded and I create another instance of this application, is possible to this new node join in a cluster automatically and replicate data between nodes?
For example:
I have six nodex in a cluster and a seventh node is starded using docker and now this node is joined in a cluster and start to replicate data from other nodes. So this way I have a elastic cluster.
If I have a java application containerized with this redis embedded and I create another instance of this application, is possible to this new node join in a cluster automatically and replicate data between nodes?
For example:
I have six nodex in a cluster and a seventh node is starded using docker and now this node is joined in a cluster and start to replicate data from other nodes. So this way I have a elastic cluster.
Actually I need an Elastic Cache!