Uses of Class
org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand
Packages that use 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
Methods in org.springframework.data.redis.connection that return ReactiveSetCommands.SInterCommandModifier and TypeMethodDescriptionReactiveSetCommands.SInterCommand.keys
(Collection<ByteBuffer> keys) Creates a newReactiveSetCommands.SInterCommand
given aCollection
of keys.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveSetCommands.SInterCommandModifier and TypeMethodDescriptionReactiveSetCommands.sInter
(Publisher<ReactiveSetCommands.SInterCommand> commands) Returns the members intersecting all given sets atgetKeys()
.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveSetCommands.SInterCommandModifier and TypeMethodDescriptionReactiveSetCommands.sInter
(Publisher<ReactiveSetCommands.SInterCommand> commands) Returns the members intersecting all given sets atgetKeys()
.