public interface BitPipelineBinaryCommands
| Modifier and Type | Method and Description |
|---|---|
Response<Long> |
bitcount(byte[] key) |
Response<Long> |
bitcount(byte[] key,
long start,
long end) |
Response<Long> |
bitcount(byte[] key,
long start,
long end,
BitCountOption option) |
Response<List<Long>> |
bitfield(byte[] key,
byte[]... arguments) |
Response<List<Long>> |
bitfieldReadonly(byte[] key,
byte[]... arguments) |
Response<Long> |
bitop(BitOP op,
byte[] destKey,
byte[]... srcKeys) |
Response<Long> |
bitpos(byte[] key,
boolean value) |
Response<Long> |
bitpos(byte[] key,
boolean value,
BitPosParams params) |
Response<Boolean> |
getbit(byte[] key,
long offset) |
Response<Boolean> |
setbit(byte[] key,
long offset,
boolean value) |
Response<Long> bitcount(byte[] key, long start, long end, BitCountOption option)
Response<Long> bitpos(byte[] key, boolean value, BitPosParams params)
Copyright © 2024. All rights reserved.