| 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.
|
| 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.lang.Long> |
PipeliningBase.bitcount(byte[] key,
long start,
long end,
BitCountOption option) |
long |
UnifiedJedis.bitcount(byte[] key,
long start,
long end,
BitCountOption option) |
CommandObject<java.lang.Long> |
CommandObjects.bitcount(byte[] key,
long start,
long end,
BitCountOption option) |
long |
Jedis.bitcount(byte[] key,
long start,
long end,
BitCountOption option) |
Response<java.lang.Long> |
PipeliningBase.bitcount(java.lang.String key,
long start,
long end,
BitCountOption option) |
long |
UnifiedJedis.bitcount(java.lang.String key,
long start,
long end,
BitCountOption option) |
CommandObject<java.lang.Long> |
CommandObjects.bitcount(java.lang.String key,
long start,
long end,
BitCountOption option) |
long |
Jedis.bitcount(java.lang.String key,
long start,
long end,
BitCountOption option) |
| Modifier and Type | Method and Description |
|---|---|
static BitCountOption |
BitCountOption.valueOf(java.lang.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<java.lang.Long> |
BitPipelineBinaryCommands.bitcount(byte[] key,
long start,
long end,
BitCountOption option) |
Response<java.lang.Long> |
BitPipelineCommands.bitcount(java.lang.String key,
long start,
long end,
BitCountOption option) |
long |
BitCommands.bitcount(java.lang.String key,
long start,
long end,
BitCountOption option) |
| Modifier and Type | Method and Description |
|---|---|
BitPosParams |
BitPosParams.modifier(BitCountOption modifier)
|
Copyright © 2025. All rights reserved.