Uses of Class
redis.clients.jedis.BitOP
-
Packages that use BitOP Package Description redis.clients.jedis redis.clients.jedis.commands -
-
Uses of BitOP in redis.clients.jedis
Methods in redis.clients.jedis that return BitOP Modifier and Type Method Description static BitOPBitOP. valueOf(String name)Returns the enum constant of this type with the specified name.static BitOP[]BitOP. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in redis.clients.jedis with parameters of type BitOP Modifier and Type Method Description voidBinaryClient. bitop(BitOP op, byte[] destKey, byte[]... srcKeys)LongBinaryJedis. bitop(BitOP op, byte[] destKey, byte[]... srcKeys)LongBinaryJedisCluster. bitop(BitOP op, byte[] destKey, byte[]... srcKeys)voidClient. bitop(BitOP op, String destKey, String... srcKeys)LongJedis. bitop(BitOP op, String destKey, String... srcKeys)LongJedisCluster. bitop(BitOP op, String destKey, String... srcKeys)Response<Long>MultiKeyPipelineBase. bitop(BitOP op, byte[] destKey, byte[]... srcKeys)Response<Long>MultiKeyPipelineBase. bitop(BitOP op, String destKey, String... srcKeys) -
Uses of BitOP in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type BitOP Modifier and Type Method Description voidCommands. bitop(BitOP op, String destKey, String... srcKeys)LongMultiKeyBinaryCommands. bitop(BitOP op, byte[] destKey, byte[]... srcKeys)LongMultiKeyBinaryJedisClusterCommands. bitop(BitOP op, byte[] destKey, byte[]... srcKeys)Response<Long>MultiKeyBinaryRedisPipeline. bitop(BitOP op, byte[] destKey, byte[]... srcKeys)LongMultiKeyCommands. bitop(BitOP op, String destKey, String... srcKeys)Response<Long>MultiKeyCommandsPipeline. bitop(BitOP op, String destKey, String... srcKeys)LongMultiKeyJedisClusterCommands. bitop(BitOP op, String destKey, String... srcKeys)
-