Uses of Class
org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveSetCommands.SDiffStoreCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveSetCommands.SDiffStoreCommand.keys
(Collection<ByteBuffer> keys) Creates a newReactiveSetCommands.SDiffStoreCommand
given aCollection
of keys.ReactiveSetCommands.SDiffStoreCommand.storeAt
(ByteBuffer key) Applies the key at which the result is stored.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SDiffStoreCommand,
Long>> ReactiveSetCommands.sDiffStore
(org.reactivestreams.Publisher<ReactiveSetCommands.SDiffStoreCommand> commands) Diff all given sets at keys and store result in destinationKey.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveSetCommands.SDiffStoreCommand,
Long>> ReactiveSetCommands.sDiffStore
(org.reactivestreams.Publisher<ReactiveSetCommands.SDiffStoreCommand> commands) Diff all given sets at keys and store result in destinationKey.