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