Uses of Class
redis.clients.jedis.BitPosParams
-
Packages that use BitPosParams Package Description redis.clients.jedis redis.clients.jedis.commands -
-
Uses of BitPosParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type BitPosParams Modifier and Type Method Description voidBinaryClient. bitpos(byte[] key, boolean value, BitPosParams params)LongBinaryJedis. bitpos(byte[] key, boolean value, BitPosParams params)voidClient. bitpos(String key, boolean value, BitPosParams params)LongJedis. bitpos(String key, boolean value, BitPosParams params)Response<Long>PipelineBase. bitpos(byte[] key, boolean value, BitPosParams params)Response<Long>PipelineBase. bitpos(String key, boolean value, BitPosParams params)LongShardedJedis. bitpos(String key, boolean value, BitPosParams params) -
Uses of BitPosParams in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type BitPosParams Modifier and Type Method Description Response<Long>BinaryRedisPipeline. bitpos(byte[] key, boolean value, BitPosParams params)LongJedisCommands. bitpos(String key, boolean value, BitPosParams params)Response<Long>RedisPipeline. bitpos(String key, boolean value, BitPosParams params)
-