| Package | Description |
|---|---|
| redis.clients.jedis |
| Modifier and Type | Method and Description |
|---|---|
static RedisClient |
RedisClient.create()
Creates a RedisClient with default host and port (localhost:6379).
|
static RedisClient |
RedisClient.create(HostAndPort hostAndPort)
Creates a RedisClient with the specified host and port.
|
static RedisClient |
RedisClient.create(java.lang.String url)
Creates a RedisClient from a Redis URI.
|
static RedisClient |
RedisClient.create(java.lang.String host,
int port)
Creates a RedisClient with the specified host and port.
|
static RedisClient |
RedisClient.create(java.lang.String host,
int port,
java.lang.String user,
java.lang.String password)
Creates a RedisClient with the specified host, port, user, and password.
|
static RedisClient |
RedisClient.create(java.net.URI uri)
Creates a RedisClient from a Redis URI.
|
protected RedisClient |
RedisClient.Builder.createClient() |
Copyright © 2025. All rights reserved.