Uses of Class
org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveSetCommands.SDiffCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveSetCommands.SDiffCommand.keys
(Collection<ByteBuffer> keys) Creates a newReactiveSetCommands.SDiffCommand
given aCollection
of keys.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveSetCommands.SDiffCommand,
reactor.core.publisher.Flux<ByteBuffer>>> ReactiveSetCommands.sDiff
(org.reactivestreams.Publisher<ReactiveSetCommands.SDiffCommand> commands) Returns the diff of the members of all given sets atReactiveSetCommands.SInterCommand.getKeys()
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveSetCommands.SDiffCommand,
reactor.core.publisher.Flux<ByteBuffer>>> ReactiveSetCommands.sDiff
(org.reactivestreams.Publisher<ReactiveSetCommands.SDiffCommand> commands) Returns the diff of the members of all given sets atReactiveSetCommands.SInterCommand.getKeys()
.