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