| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<ArrayFullInfo> |
BuilderFactory.ARRAY_FULL_INFO |
| Modifier and Type | Method and Description |
|---|---|
ArrayFullInfo |
UnifiedJedis.arinfoFull(byte[] key) |
ArrayFullInfo |
Jedis.arinfoFull(byte[] key) |
ArrayFullInfo |
UnifiedJedis.arinfoFull(java.lang.String key) |
ArrayFullInfo |
Jedis.arinfoFull(java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
Response<ArrayFullInfo> |
PipeliningBase.arinfoFull(byte[] key) |
CommandObject<ArrayFullInfo> |
CommandObjects.arinfoFull(byte[] key) |
Response<ArrayFullInfo> |
PipeliningBase.arinfoFull(java.lang.String key) |
CommandObject<ArrayFullInfo> |
CommandObjects.arinfoFull(java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
ArrayFullInfo |
ArrayBinaryCommands.arinfoFull(byte[] key)
ARINFO Command Returns the
FULL
variant of the array metadata: the top-level fields plus the per-slice statistics block. |
ArrayFullInfo |
ArrayCommands.arinfoFull(java.lang.String key)
ARINFO Command Returns the
FULL
variant of the array metadata: the top-level fields plus the per-slice statistics block. |
| Modifier and Type | Method and Description |
|---|---|
Response<ArrayFullInfo> |
ArrayPipelineBinaryCommands.arinfoFull(byte[] key)
ARINFO Command Returns the
FULL
variant of the array metadata. |
Response<ArrayFullInfo> |
ArrayPipelineCommands.arinfoFull(java.lang.String key)
ARINFO Command Returns the
FULL
variant of the array metadata. |
Copyright © 2026. All rights reserved.