Orbit Redis Cluster

The Orbit project is a collection of JVM libraries that makes it easier to build distributed and scalable online services.

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

cloud.orbit
ArtifactId

ArtifactId

orbit-redis-cluster
Last Version

Last Version

1.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

Orbit Redis Cluster
The Orbit project is a collection of JVM libraries that makes it easier to build distributed and scalable online services.
Project Organization

Project Organization

Electronic Arts Inc
Source Code Management

Source Code Management

https://github.com/orbit/orbit-redis-cluster

Download orbit-redis-cluster

How to add to project

<!-- https://jarcasting.com/artifacts/cloud.orbit/orbit-redis-cluster/ -->
<dependency>
    <groupId>cloud.orbit</groupId>
    <artifactId>orbit-redis-cluster</artifactId>
    <version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.orbit/orbit-redis-cluster/
implementation 'cloud.orbit:orbit-redis-cluster:1.5.1'
// https://jarcasting.com/artifacts/cloud.orbit/orbit-redis-cluster/
implementation ("cloud.orbit:orbit-redis-cluster:1.5.1")
'cloud.orbit:orbit-redis-cluster:jar:1.5.1'
<dependency org="cloud.orbit" name="orbit-redis-cluster" rev="1.5.1">
  <artifact name="orbit-redis-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.orbit', module='orbit-redis-cluster', version='1.5.1')
)
libraryDependencies += "cloud.orbit" % "orbit-redis-cluster" % "1.5.1"
[cloud.orbit/orbit-redis-cluster "1.5.1"]

Dependencies

provided (1)

Group / Artifact Type Version
cloud.orbit : orbit-core jar 1.14.0

Project Modules

There are no modules declared in this project.

Orbit Redis Cluster Implementation

Release Maven Central Javadocs Build Status Gitter

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.

cloud.orbit

Orbit

Distributed systems framework for the JVM by @ElectronicArts.

Versions

Version
1.5.1
1.5.0
1.4.0-oldredisson
1.4.0-rc2
1.4.0-rc1
1.3.0
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4-hotfix4
1.2.4-hotfix3
1.2.4-hotfix2
1.2.4-hotfix1
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0