| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.builders |
| Modifier and Type | Class and Description |
|---|---|
static class |
JedisPooled.Builder
Fluent builder for
JedisPooled (standalone). |
| Modifier and Type | Method and Description |
|---|---|
StandaloneClientBuilder<C> |
StandaloneClientBuilder.fromURI(java.lang.String uriString)
Sets the Redis server URI from a string.
|
StandaloneClientBuilder<C> |
StandaloneClientBuilder.fromURI(java.net.URI uri)
Sets the Redis server URI.
|
StandaloneClientBuilder<C> |
StandaloneClientBuilder.hostAndPort(HostAndPort hostAndPort)
Sets the Redis server host and port.
|
StandaloneClientBuilder<C> |
StandaloneClientBuilder.hostAndPort(java.lang.String host,
int port)
Sets the Redis server host and port.
|
protected StandaloneClientBuilder<C> |
StandaloneClientBuilder.self() |
Copyright © 2025. All rights reserved.