Uses of Class
org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand
Packages that use 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
Methods in org.springframework.data.redis.connection that return ReactiveSetCommands.SDiffStoreCommandModifier 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.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveSetCommands.SDiffStoreCommandModifier 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.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveSetCommands.SDiffStoreCommandModifier 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.