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