Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZAggregateStoreCommand in org.springframework.data.redis.connection
Modifier and TypeClassDescriptionstatic class
ZINTERSTORE
command parameters.static class
ZUNIONSTORE
command parameters.Modifier and TypeMethodDescriptionReactiveZSetCommands.ZAggregateStoreCommand.aggregateUsing
(Aggregate aggregateFunction) Applies a specificAggregate
function.ReactiveZSetCommands.ZAggregateStoreCommand.applyWeights
(List<Double> weights) Applies theList
of weights.ReactiveZSetCommands.ZAggregateStoreCommand.applyWeights
(Weights weights) Applies theWeights
.ReactiveZSetCommands.ZAggregateStoreCommand.sets
(List<ByteBuffer> keys) Creates a newReactiveZSetCommands.ZAggregateStoreCommand
given aList
of keys.ReactiveZSetCommands.ZAggregateStoreCommand.storeAs
(ByteBuffer key) Applies the key at which the result is stored.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZAggregateStoreCommand,
Long>> ReactiveZSetCommands.zInterStore
(org.reactivestreams.Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand> commands) Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZAggregateStoreCommand,
Long>> ReactiveZSetCommands.zUnionStore
(org.reactivestreams.Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand> commands) Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZAggregateStoreCommand,
Long>> ReactiveZSetCommands.zInterStore
(org.reactivestreams.Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand> commands) Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZAggregateStoreCommand,
Long>> ReactiveZSetCommands.zUnionStore
(org.reactivestreams.Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand> commands) Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.