| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| redis.clients.jedis.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
Response<java.util.List<byte[]>> |
PipeliningBase.hgetex(byte[] key,
HGetExParams params,
byte[]... fields)
Retrieves the values associated with the specified fields in a hash stored at the given key
and optionally sets their expiration.
|
java.util.List<byte[]> |
UnifiedJedis.hgetex(byte[] key,
HGetExParams params,
byte[]... fields) |
CommandObject<java.util.List<byte[]>> |
CommandObjects.hgetex(byte[] key,
HGetExParams params,
byte[]... fields) |
java.util.List<byte[]> |
Jedis.hgetex(byte[] key,
HGetExParams params,
byte[]... fields) |
Response<java.util.List<java.lang.String>> |
PipeliningBase.hgetex(java.lang.String key,
HGetExParams params,
java.lang.String... fields)
Retrieves the values associated with the specified fields in a hash stored at the given key
and optionally sets their expiration.
|
java.util.List<java.lang.String> |
UnifiedJedis.hgetex(java.lang.String key,
HGetExParams params,
java.lang.String... fields) |
CommandObject<java.util.List<java.lang.String>> |
CommandObjects.hgetex(java.lang.String key,
HGetExParams params,
java.lang.String... fields) |
java.util.List<java.lang.String> |
Jedis.hgetex(java.lang.String key,
HGetExParams params,
java.lang.String... fields) |
| Modifier and Type | Method and Description |
|---|---|
Response<java.util.List<byte[]>> |
HashPipelineBinaryCommands.hgetex(byte[] key,
HGetExParams params,
byte[]... fields) |
java.util.List<byte[]> |
HashBinaryCommands.hgetex(byte[] key,
HGetExParams params,
byte[]... fields)
Retrieves the values associated with the specified fields in a hash stored at the given key
and optionally sets their expiration.
|
java.util.List<java.lang.String> |
HashCommands.hgetex(java.lang.String key,
HGetExParams params,
java.lang.String... fields)
Retrieves the values associated with the specified fields in a hash stored at the given key
and optionally sets their expiration.
|
Response<java.util.List<java.lang.String>> |
HashPipelineCommands.hgetex(java.lang.String key,
HGetExParams params,
java.lang.String... fields) |
| Modifier and Type | Method and Description |
|---|---|
static HGetExParams |
HGetExParams.hGetExParams() |
Copyright © 2025. All rights reserved.