| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.search |
This package contains the classes and interfaces related to RediSearch module.
|
| redis.clients.jedis.util |
This package contains the utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected RedisProtocol |
Connection.protocol
The RESP protocol established for this connection.
|
static RedisProtocol |
RedisProtocol.REDIS_SERVER_DEFAULT_PROTO |
| Modifier and Type | Method and Description |
|---|---|
static RedisProtocol |
RedisProtocol.from(java.lang.Long proto)
Returns the RedisProtocol enum value corresponding to the given protocol version number.
|
protected RedisProtocol |
CommandObjects.getProtocol() |
RedisProtocol |
Connection.getRedisProtocol()
Returns the RESP protocol established for this connection.
|
RedisProtocol |
DefaultJedisClientConfig.getRedisProtocol() |
default RedisProtocol |
JedisClientConfig.getRedisProtocol() |
static RedisProtocol |
RedisProtocol.orServerDefault(RedisProtocol proto) |
static RedisProtocol |
RedisProtocol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RedisProtocol[] |
RedisProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommandObjects |
JedisCluster.newCommandObjects(RedisProtocol protocol)
Deprecated.
|
protected CommandObjects |
RedisClusterClient.newCommandObjects(RedisProtocol protocol) |
protected CommandObjects |
UnifiedJedis.newCommandObjects(RedisProtocol protocol)
Factory hook for the
CommandObjects instance held by this client. |
static RedisProtocol |
RedisProtocol.orServerDefault(RedisProtocol proto) |
DefaultJedisClientConfig.Builder |
DefaultJedisClientConfig.Builder.protocol(RedisProtocol protocol) |
| Constructor and Description |
|---|
ClusterCommandObjects(RedisProtocol protocol) |
ClusterPipeline(ClusterConnectionProvider provider,
RedisProtocol protocol) |
CommandObjects(RedisProtocol protocol) |
UnifiedJedis(CommandExecutor executor,
ConnectionProvider provider,
RedisProtocol protocol,
Cache cache)
Legacy constructor for code paths that have only a
RedisProtocol in hand (no
JedisClientConfig). |
UnifiedJedis(ConnectionProvider provider,
RedisProtocol protocol) |
UnifiedJedis(ConnectionProvider provider,
RedisProtocol protocol,
Cache cache) |
| Constructor and Description |
|---|
FtSearchIteration(ConnectionProvider connectionProvider,
RedisProtocol protocol,
int batchSize,
java.lang.String indexName,
Query query)
Deprecated.
Query.limit(java.lang.Integer, java.lang.Integer) will be ignored. |
FtSearchIteration(ConnectionProvider connectionProvider,
RedisProtocol protocol,
int batchSize,
java.lang.String indexName,
java.lang.String query,
FTSearchParams params)
Deprecated.
FTSearchParams.limit(int, int) will be ignored. |
| Modifier and Type | Method and Description |
|---|---|
static RedisProtocol |
JedisURIHelper.getRedisProtocol(java.net.URI uri)
Returns the Redis protocol from the given URI.
|
Copyright © 2026. All rights reserved.