Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZInterStoreCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveZSetCommands.ZInterStoreCommand.aggregateUsing
(Aggregate aggregateFunction) Applies a specificAggregate
function.ReactiveZSetCommands.ZInterStoreCommand.applyWeights
(List<Double> weights) Applies theCollection
of weights.ReactiveZSetCommands.ZInterStoreCommand.applyWeights
(Weights weights) Applies theWeights
.ReactiveZSetCommands.ZInterStoreCommand.sets
(List<ByteBuffer> keys) Creates a newReactiveZSetCommands.ZInterStoreCommand
given aList
of keys.ReactiveZSetCommands.ZInterStoreCommand.storeAs
(ByteBuffer key) Applies the key at which the result is stored.