| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Method and Description |
|---|---|
Response<Long> |
TransactionBase.bitpos(byte[] key,
boolean value,
BitPosParams params) |
long |
Jedis.bitpos(byte[] key,
boolean value,
BitPosParams params) |
CommandObject<Long> |
CommandObjects.bitpos(byte[] key,
boolean value,
BitPosParams params) |
long |
UnifiedJedis.bitpos(byte[] key,
boolean value,
BitPosParams params) |
Response<Long> |
MultiNodePipelineBase.bitpos(byte[] key,
boolean value,
BitPosParams params) |
Response<Long> |
Pipeline.bitpos(byte[] key,
boolean value,
BitPosParams params) |
Response<Long> |
TransactionBase.bitpos(String key,
boolean value,
BitPosParams params) |
long |
Jedis.bitpos(String key,
boolean value,
BitPosParams params) |
CommandObject<Long> |
CommandObjects.bitpos(String key,
boolean value,
BitPosParams params) |
long |
UnifiedJedis.bitpos(String key,
boolean value,
BitPosParams params) |
Response<Long> |
MultiNodePipelineBase.bitpos(String key,
boolean value,
BitPosParams params) |
Response<Long> |
Pipeline.bitpos(String key,
boolean value,
BitPosParams params) |
| Modifier and Type | Method and Description |
|---|---|
Response<Long> |
StringPipelineBinaryCommands.bitpos(byte[] key,
boolean value,
BitPosParams params) |
long |
StringBinaryCommands.bitpos(byte[] key,
boolean value,
BitPosParams params) |
long |
StringCommands.bitpos(String key,
boolean value,
BitPosParams params)
Bitpos Command
Return the position of the first bit set to 1 or 0 in a string.
|
Response<Long> |
StringPipelineCommands.bitpos(String key,
boolean value,
BitPosParams params) |
Copyright © 2023. All rights reserved.