public class LettuceReactiveClusterZSetCommands extends LettuceReactiveZSetCommands implements ReactiveClusterZSetCommands
ReactiveZSetCommands.ZAddCommand, ReactiveZSetCommands.ZCountCommand, ReactiveZSetCommands.ZIncrByCommand, ReactiveZSetCommands.ZInterStoreCommand, ReactiveZSetCommands.ZRangeByLexCommand, ReactiveZSetCommands.ZRangeByScoreCommand, ReactiveZSetCommands.ZRangeCommand, ReactiveZSetCommands.ZRankCommand, ReactiveZSetCommands.ZRemCommand, ReactiveZSetCommands.ZRemRangeByRankCommand, ReactiveZSetCommands.ZRemRangeByScoreCommand, ReactiveZSetCommands.ZScoreCommand, ReactiveZSetCommands.ZUnionStoreCommand
Constructor and Description |
---|
LettuceReactiveClusterZSetCommands(LettuceReactiveRedisConnection connection)
Create new
LettuceReactiveSetCommands . |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZInterStoreCommand,Long>> |
zInterStore(org.reactivestreams.Publisher<ReactiveZSetCommands.ZInterStoreCommand> 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.ZUnionStoreCommand,Long>> |
zUnionStore(org.reactivestreams.Publisher<ReactiveZSetCommands.ZUnionStoreCommand> commands)
Union sorted sets by applying aggregateFunction and store result in destination
destinationKey and apply weights to individual sets.
|
getConnection, zAdd, zCard, zCount, zIncrBy, zRange, zRangeByLex, zRangeByScore, zRank, zRem, zRemRangeByRank, zRemRangeByScore, zScore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
zAdd, zAdd, zCard, zCard, zCount, zCount, zIncrBy, zIncrBy, zInterStore, zInterStore, zInterStore, zRange, zRange, zRangeByLex, zRangeByLex, zRangeByLex, zRangeByScore, zRangeByScore, zRangeByScore, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeWithScores, zRank, zRank, zRem, zRem, zRem, zRemRangeByRank, zRemRangeByRank, zRemRangeByScore, zRemRangeByScore, zRevRange, zRevRangeByLex, zRevRangeByLex, zRevRangeByScore, zRevRangeByScore, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeWithScores, zRevRank, zScore, zScore, zUnionStore, zUnionStore, zUnionStore
public LettuceReactiveClusterZSetCommands(LettuceReactiveRedisConnection connection)
LettuceReactiveSetCommands
.connection
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZUnionStoreCommand,Long>> zUnionStore(org.reactivestreams.Publisher<ReactiveZSetCommands.ZUnionStoreCommand> commands)
ReactiveZSetCommands
zUnionStore
in interface ReactiveZSetCommands
zUnionStore
in class LettuceReactiveZSetCommands
public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZInterStoreCommand,Long>> zInterStore(org.reactivestreams.Publisher<ReactiveZSetCommands.ZInterStoreCommand> commands)
ReactiveZSetCommands
zInterStore
in interface ReactiveZSetCommands
zInterStore
in class LettuceReactiveZSetCommands
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.