public class LettuceReactiveZSetCommands extends Object implements ReactiveZSetCommands
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 |
|---|
LettuceReactiveZSetCommands(LettuceReactiveRedisConnection connection)
Create new
LettuceReactiveSetCommands. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitzAdd, zCard, zCount, zIncrBy, zInterStore, zInterStore, zInterStore, zRange, zRangeByLex, zRangeByLex, zRangeByScore, zRangeByScore, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeWithScores, zRank, zRem, zRem, zRemRangeByRank, zRemRangeByScore, zRevRange, zRevRangeByLex, zRevRangeByLex, zRevRangeByScore, zRevRangeByScore, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeWithScores, zRevRank, zScore, zUnionStore, zUnionStore, zUnionStorepublic LettuceReactiveZSetCommands(LettuceReactiveRedisConnection connection)
LettuceReactiveSetCommands.connection - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZAddCommand,Number>> zAdd(org.reactivestreams.Publisher<ReactiveZSetCommands.ZAddCommand> commands)
ReactiveZSetCommandsReactiveZSetCommands.ZAddCommand.getTuples() to a sorted set at ReactiveRedisConnection.KeyCommand.getKey(), or update its score
if it already exists.zAdd in interface ReactiveZSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRemCommand,Long>> zRem(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRemCommand> commands)
ReactiveZSetCommandsReactiveZSetCommands.ZRemCommand.getValues() from sorted set. Return number of removed elements.zRem in interface ReactiveZSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZIncrByCommand,Double>> zIncrBy(org.reactivestreams.Publisher<ReactiveZSetCommands.ZIncrByCommand> commands)
ReactiveZSetCommandsReactiveZSetCommands.ZIncrByCommand.getValue() in sorted set by
ReactiveZSetCommands.ZIncrByCommand.getIncrement().zIncrBy in interface ReactiveZSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRankCommand,Long>> zRank(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRankCommand> commands)
ReactiveZSetCommandsReactiveZSetCommands.ZRankCommand.getDirection().zRank in interface ReactiveZSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveZSetCommands.ZRangeCommand,RedisZSetCommands.Tuple>> zRange(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeCommand> commands)
ReactiveZSetCommandsRedisZSetCommands.Tuples in range from sorted set.zRange in interface ReactiveZSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveZSetCommands.ZRangeByScoreCommand,RedisZSetCommands.Tuple>> zRangeByScore(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeByScoreCommand> commands)
ReactiveZSetCommandsRedisZSetCommands.Tuples in range from sorted set.zRangeByScore in interface ReactiveZSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZCountCommand,Long>> zCount(org.reactivestreams.Publisher<ReactiveZSetCommands.ZCountCommand> commands)
ReactiveZSetCommandsRange. Double.NEGATIVE_INFINITY for -inf and Double.POSITIVE_INFINITY
for +inf.zCount in interface ReactiveZSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveRedisConnection.KeyCommand,Long>> zCard(org.reactivestreams.Publisher<ReactiveRedisConnection.KeyCommand> commands)
ReactiveZSetCommandsReactiveRedisConnection.KeyCommand.getKey().zCard in interface ReactiveZSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZScoreCommand,Double>> zScore(org.reactivestreams.Publisher<ReactiveZSetCommands.ZScoreCommand> commands)
ReactiveZSetCommandsReactiveZSetCommands.ZScoreCommand.getValue() from sorted set with key
ReactiveRedisConnection.KeyCommand.getKey()zScore in interface ReactiveZSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRemRangeByRankCommand,Long>> zRemRangeByRank(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRemRangeByRankCommand> commands)
ReactiveZSetCommandsRange from sorted set with ReactiveRedisConnection.KeyCommand.getKey().zRemRangeByRank in interface ReactiveZSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRemRangeByScoreCommand,Long>> zRemRangeByScore(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRemRangeByScoreCommand> commands)
ReactiveZSetCommandsRange from sorted set with ReactiveRedisConnection.KeyCommand.getKey().zRemRangeByScore in interface ReactiveZSetCommandscommands - must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZUnionStoreCommand,Long>> zUnionStore(org.reactivestreams.Publisher<ReactiveZSetCommands.ZUnionStoreCommand> commands)
ReactiveZSetCommandszUnionStore in interface ReactiveZSetCommandspublic reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZInterStoreCommand,Long>> zInterStore(org.reactivestreams.Publisher<ReactiveZSetCommands.ZInterStoreCommand> commands)
ReactiveZSetCommandszInterStore in interface ReactiveZSetCommandspublic reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveZSetCommands.ZRangeByLexCommand,ByteBuffer>> zRangeByLex(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRangeByLexCommand> commands)
ReactiveZSetCommandsRange from the sorted set at key in lexicographical ordering. Result is
limited via RedisZSetCommands.Limit and sorted by ReactiveZSetCommands.ZRangeByLexCommand.getDirection().zRangeByLex in interface ReactiveZSetCommandscommands - must not be null.protected LettuceReactiveRedisConnection getConnection()
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.