Orbit Redis Cluster Implementation
Example Usage
URI Format: redis://host:port
final RedisClusterPeer clusterPeer = new RedisClusterBuilder()
.actorDirectoryUri(actorDirUri)
.nodeDirectoryUri(nodeDirUri)
.messagingUris(Arrays.asList(
messagingUri1,
messagingUri2
))
.build();
final Stage stage = new Stage.Builder()
.clusterName("myCluster")
.clusterPeer(clusterPeer)
.build();
Developer & License
This project was developed by Electronic Arts and is licensed under the BSD 3-Clause License.