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