| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.args |
This package contains the classes that represent arguments of Redis core commands.
|
| io.valkey.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| io.valkey.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
CommandObject<Long> |
CommandObjects.bitcount(byte[] key,
long start,
long end,
BitCountOption option) |
Response<Long> |
PipeliningBase.bitcount(byte[] key,
long start,
long end,
BitCountOption option) |
long |
Jedis.bitcount(byte[] key,
long start,
long end,
BitCountOption option) |
long |
UnifiedJedis.bitcount(byte[] key,
long start,
long end,
BitCountOption option) |
CommandObject<Long> |
CommandObjects.bitcount(String key,
long start,
long end,
BitCountOption option) |
Response<Long> |
PipeliningBase.bitcount(String key,
long start,
long end,
BitCountOption option) |
long |
Jedis.bitcount(String key,
long start,
long end,
BitCountOption option) |
long |
UnifiedJedis.bitcount(String key,
long start,
long end,
BitCountOption option) |
| Modifier and Type | Method and Description |
|---|---|
static BitCountOption |
BitCountOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitCountOption[] |
BitCountOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
BitBinaryCommands.bitcount(byte[] key,
long start,
long end,
BitCountOption option) |
Response<Long> |
BitPipelineBinaryCommands.bitcount(byte[] key,
long start,
long end,
BitCountOption option) |
Response<Long> |
BitPipelineCommands.bitcount(String key,
long start,
long end,
BitCountOption option) |
long |
BitCommands.bitcount(String key,
long start,
long end,
BitCountOption option) |
| Modifier and Type | Method and Description |
|---|---|
BitPosParams |
BitPosParams.modifier(BitCountOption modifier)
|
Copyright © 2024. All rights reserved.