Uses of Enum Class
redis.clients.jedis.args.BitOP
Packages that use BitOP
Package
Description
This package contains the classes that represent arguments of Redis core commands.
This package contains the interfaces that contain methods representing Redis core commands.
-
Uses of BitOP in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type BitOPModifier and TypeMethodDescriptionfinal CommandObject<Long> final CommandObject<Long> longlonglonglong -
Uses of BitOP in redis.clients.jedis.args
Methods in redis.clients.jedis.args that return BitOP -
Uses of BitOP in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type BitOPModifier and TypeMethodDescriptionlonglongBitop Command Perform a bitwise operation between multiple keys (containing string values) and store the result in the destKey.