| Package | Description |
|---|---|
| redis.clients.jedis |
| Modifier and Type | Method and Description |
|---|---|
static RedisClusterClient |
RedisClusterClient.create(HostAndPort node)
Creates a RedisClusterClient instance.
|
static RedisClusterClient |
RedisClusterClient.create(java.util.Set<HostAndPort> nodes)
Creates a RedisClusterClient with multiple entry points.
|
static RedisClusterClient |
RedisClusterClient.create(java.util.Set<HostAndPort> nodes,
java.lang.String user,
java.lang.String password)
Creates a RedisClusterClient with multiple entry points and authentication.
|
protected RedisClusterClient |
RedisClusterClient.Builder.createClient() |
Copyright © 2025. All rights reserved.