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