Uses of Class
org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
Packages that use ReactiveStringCommands.BitOpCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStringCommands.BitOpCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveStringCommands.BitOpCommandModifier and TypeMethodDescriptionReactiveStringCommands.BitOpCommand.andSaveAs
(ByteBuffer destinationKey) Applies the key to store the result at.ReactiveStringCommands.BitOpCommand.onKeys
(Collection<ByteBuffer> keys) Applies the operation to keys.ReactiveStringCommands.BitOpCommand.perform
(RedisStringCommands.BitOperation bitOp) Creates a newReactiveStringCommands.BitOpCommand
given aRedisStringCommands.BitOperation
.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveStringCommands.BitOpCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.BitOpCommand,
Long>> ReactiveStringCommands.bitOp
(org.reactivestreams.Publisher<ReactiveStringCommands.BitOpCommand> commands) Perform bitwise operations between strings.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveStringCommands.BitOpCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveStringCommands.BitOpCommand,
Long>> ReactiveStringCommands.bitOp
(org.reactivestreams.Publisher<ReactiveStringCommands.BitOpCommand> commands) Perform bitwise operations between strings.