Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
Packages that use 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
Methods in org.springframework.data.redis.connection that return ReactiveZSetCommands.ZUnionStoreCommandModifier and TypeMethodDescriptionReactiveZSetCommands.ZUnionStoreCommand.aggregateUsing(Aggregate aggregateFunction) Applies a specificAggregatefunction.ReactiveZSetCommands.ZUnionStoreCommand.applyWeights(List<Double> weights) Applies theListof weights.ReactiveZSetCommands.ZUnionStoreCommand.applyWeights(Weights weights) Applies theWeights.ReactiveZSetCommands.ZUnionStoreCommand.sets(List<ByteBuffer> keys) Creates a newReactiveZSetCommands.ZUnionStoreCommandgiven aListof keys.ReactiveZSetCommands.ZUnionStoreCommand.storeAs(ByteBuffer key) Applies the key at which the result is stored.