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