Uses of Class
org.springframework.data.redis.connection.ReactiveSetCommands.SInterCardCommand
Packages that use ReactiveSetCommands.SInterCardCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveSetCommands.SInterCardCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveSetCommands.SInterCardCommandModifier and TypeMethodDescriptionReactiveSetCommands.SInterCardCommand.keys(Collection<ByteBuffer> keys) Creates a newReactiveSetCommands.SInterCardCommandgiven aCollectionof keys.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveSetCommands.SInterCardCommandModifier and TypeMethodDescriptionReactiveSetCommands.sInterCard(Publisher<ReactiveSetCommands.SInterCardCommand> commands) Returns the cardinality of the set which would result from the intersection of all given sets atgetKeys().Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveSetCommands.SInterCardCommandModifier and TypeMethodDescriptionReactiveSetCommands.sInterCard(Publisher<ReactiveSetCommands.SInterCardCommand> commands) Returns the cardinality of the set which would result from the intersection of all given sets atgetKeys().