| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.args |
This package contains the classes that represent arguments of Redis core commands.
|
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Method and Description |
|---|---|
Response<byte[]> |
PipeliningBase.aropAggregate(byte[] key,
long start,
long end,
ArrayAggregate op) |
byte[] |
UnifiedJedis.aropAggregate(byte[] key,
long start,
long end,
ArrayAggregate op) |
CommandObject<byte[]> |
CommandObjects.aropAggregate(byte[] key,
long start,
long end,
ArrayAggregate op) |
byte[] |
Jedis.aropAggregate(byte[] key,
long start,
long end,
ArrayAggregate op) |
Response<java.lang.String> |
PipeliningBase.aropAggregate(java.lang.String key,
long start,
long end,
ArrayAggregate op) |
java.lang.String |
UnifiedJedis.aropAggregate(java.lang.String key,
long start,
long end,
ArrayAggregate op) |
CommandObject<java.lang.String> |
CommandObjects.aropAggregate(java.lang.String key,
long start,
long end,
ArrayAggregate op) |
java.lang.String |
Jedis.aropAggregate(java.lang.String key,
long start,
long end,
ArrayAggregate op) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayAggregate |
ArrayAggregate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArrayAggregate[] |
ArrayAggregate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Response<byte[]> |
ArrayPipelineBinaryCommands.aropAggregate(byte[] key,
long start,
long end,
ArrayAggregate op)
AROP Command Applies a numeric aggregate
over the non-empty elements in the inclusive
[start, end] range. |
byte[] |
ArrayBinaryCommands.aropAggregate(byte[] key,
long start,
long end,
ArrayAggregate op)
AROP Command Applies a numeric aggregate
(
SUM, MIN, MAX) over the non-empty elements in the inclusive [start, end] range. |
java.lang.String |
ArrayCommands.aropAggregate(java.lang.String key,
long start,
long end,
ArrayAggregate op)
AROP Command Applies a numeric aggregate
(
SUM, MIN, MAX) over the non-empty elements in the inclusive [start, end] range. |
Response<java.lang.String> |
ArrayPipelineCommands.aropAggregate(java.lang.String key,
long start,
long end,
ArrayAggregate op)
AROP Command Applies a numeric aggregate
over the non-empty elements in the inclusive
[start, end] range. |
Copyright © 2026. All rights reserved.