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