Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffCommand
Packages that use ReactiveZSetCommands.ZDiffCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZDiffCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveZSetCommands.ZDiffCommandModifier and TypeMethodDescriptionReactiveZSetCommands.ZDiffCommand.sets
(Collection<ByteBuffer> keys) Creates a newReactiveZSetCommands.ZDiffCommand
given aCollection
of keys.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveZSetCommands.ZDiffCommandModifier and TypeMethodDescriptionReactiveZSetCommands.zDiff
(Publisher<? extends ReactiveZSetCommands.ZDiffCommand> commands) Diff sorted sets.ReactiveZSetCommands.zDiffWithScores
(Publisher<? extends ReactiveZSetCommands.ZDiffCommand> commands) Diff sorted sets.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveZSetCommands.ZDiffCommandModifier and TypeMethodDescriptionReactiveZSetCommands.zDiff
(Publisher<? extends ReactiveZSetCommands.ZDiffCommand> commands) Diff sorted sets.ReactiveZSetCommands.zDiffWithScores
(Publisher<? extends ReactiveZSetCommands.ZDiffCommand> commands) Diff sorted sets.