Uses of Class
org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand
Packages that use ReactiveSetCommands.SMoveCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveSetCommands.SMoveCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveSetCommands.SMoveCommandModifier and TypeMethodDescriptionReactiveSetCommands.SMoveCommand.from
(ByteBuffer source) Applies the source key.ReactiveSetCommands.SMoveCommand.to
(ByteBuffer destination) Applies the destination key.ReactiveSetCommands.SMoveCommand.value
(ByteBuffer value) Creates a newReactiveSetCommands.SMoveCommand
given a value.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveSetCommands.SMoveCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveSetCommands.SMoveCommand>>
ReactiveSetCommands.sMove
(org.reactivestreams.Publisher<ReactiveSetCommands.SMoveCommand> commands) Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveSetCommands.SMoveCommandModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveSetCommands.SMoveCommand>>
ReactiveSetCommands.sMove
(org.reactivestreams.Publisher<ReactiveSetCommands.SMoveCommand> commands)