Package redis.clients.jedis.commands
Interface BitPipelineBinaryCommands
- All Known Subinterfaces:
PipelineBinaryCommands,StringPipelineBinaryCommands
- All Known Implementing Classes:
ClusterPipeline,MultiNodePipelineBase,Pipeline,ReliableTransaction,ShardedPipeline,Transaction,TransactionBase
public interface BitPipelineBinaryCommands
-
Method Summary
Modifier and TypeMethodDescriptionbitcount(byte[] key) bitcount(byte[] key, long start, long end) bitcount(byte[] key, long start, long end, BitCountOption option) bitfield(byte[] key, byte[]... arguments) bitfieldReadonly(byte[] key, byte[]... arguments) bitpos(byte[] key, boolean value) bitpos(byte[] key, boolean value, BitPosParams params) getbit(byte[] key, long offset) setbit(byte[] key, long offset, boolean value)
-
Method Details
-
setbit
-
getbit
-
bitcount
-
bitcount
-
bitcount
-
bitpos
-
bitpos
-
bitfield
-
bitfieldReadonly
-
bitop
-