Class ReactiveZSetCommands.ZAggregateStoreCommand

java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand
All Implemented Interfaces:
ReactiveRedisConnection.Command
Direct Known Subclasses:
ReactiveZSetCommands.ZInterStoreCommand, ReactiveZSetCommands.ZUnionStoreCommand
Enclosing interface:
ReactiveZSetCommands

public static class ReactiveZSetCommands.ZAggregateStoreCommand extends ReactiveRedisConnection.KeyCommand
ZINTERSTORE/ZUNIONSTORE command parameters.
Since:
2.6
Author:
Christoph Strobl, Mark Paluch
See Also: