| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| redis.clients.jedis.resps |
This package contains custom responses of core Redis commands.
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<ArrayInfo> |
BuilderFactory.ARRAY_INFO |
| Modifier and Type | Method and Description |
|---|---|
ArrayInfo |
UnifiedJedis.arinfo(byte[] key) |
ArrayInfo |
Jedis.arinfo(byte[] key) |
ArrayInfo |
UnifiedJedis.arinfo(java.lang.String key) |
ArrayInfo |
Jedis.arinfo(java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
Response<ArrayInfo> |
PipeliningBase.arinfo(byte[] key) |
CommandObject<ArrayInfo> |
CommandObjects.arinfo(byte[] key) |
Response<ArrayInfo> |
PipeliningBase.arinfo(java.lang.String key) |
CommandObject<ArrayInfo> |
CommandObjects.arinfo(java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
ArrayInfo |
ArrayBinaryCommands.arinfo(byte[] key)
ARINFO Command Returns metadata
describing an array (counts, length, insertion cursor).
|
ArrayInfo |
ArrayCommands.arinfo(java.lang.String key)
ARINFO Command Returns metadata
describing an array (counts, length, insertion cursor).
|
| Modifier and Type | Method and Description |
|---|---|
Response<ArrayInfo> |
ArrayPipelineBinaryCommands.arinfo(byte[] key)
ARINFO Command Returns metadata
describing an array.
|
Response<ArrayInfo> |
ArrayPipelineCommands.arinfo(java.lang.String key)
ARINFO Command Returns metadata
describing an array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayFullInfo
This class holds information about an array returned by
ARINFO key FULL. |
Copyright © 2026. All rights reserved.