Uses of Enum Class
org.springframework.data.redis.connection.RedisStringCommands.BitOperation
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisStringCommands.BitOperation in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveStringCommands.BitOpCommand.getBitOp()
Returns the enum constant of this class with the specified name.static RedisStringCommands.BitOperation[]
RedisStringCommands.BitOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault Long
DefaultedRedisConnection.bitOp
(RedisStringCommands.BitOperation op, byte[] destination, byte[]... keys) Deprecated.DefaultStringRedisConnection.bitOp
(RedisStringCommands.BitOperation op, byte[] destination, byte[]... keys) DefaultStringRedisConnection.bitOp
(RedisStringCommands.BitOperation op, String destination, String... keys) default reactor.core.publisher.Mono<Long>
ReactiveStringCommands.bitOp
(Collection<ByteBuffer> keys, RedisStringCommands.BitOperation bitOp, ByteBuffer destination) Perform bitwise operations between strings.RedisStringCommands.bitOp
(RedisStringCommands.BitOperation op, byte[] destination, byte[]... keys) Perform bitwise operations between strings.StringRedisConnection.bitOp
(RedisStringCommands.BitOperation op, String destination, String... keys) Perform bitwise operations between strings.ReactiveStringCommands.BitOpCommand.perform
(RedisStringCommands.BitOperation bitOp) Creates a newReactiveStringCommands.BitOpCommand
given aRedisStringCommands.BitOperation
.
RedisCommandsProvider.stringCommands()
}.