Class RedissonReactiveZSetCommands
- java.lang.Object
-
- org.redisson.spring.data.connection.RedissonReactiveZSetCommands
-
- All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveZSetCommands
- Direct Known Subclasses:
RedissonReactiveClusterZSetCommands
public class RedissonReactiveZSetCommands extends Object implements org.springframework.data.redis.connection.ReactiveZSetCommands
- Author:
- Nikita Koksharov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.ReactiveZSetCommands
org.springframework.data.redis.connection.ReactiveZSetCommands.BZPopCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.PopDirection, org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffStoreCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZLexCountCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZMScoreCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZPopCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRandMemberCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByLexCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.BZPopCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>>bZPop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.BZPopCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.LPosCommand,Long>>lPos(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LPosCommand> commands)static byte[]toByteArray(ByteBuffer buffer)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand,Number>>zAdd(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>>zCard(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand,Long>>zCount(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffCommand,reactor.core.publisher.Flux<ByteBuffer>>>zDiff(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffStoreCommand,Long>>zDiffStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffStoreCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>>zDiffWithScores(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand,Double>>zIncrBy(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand,reactor.core.publisher.Flux<ByteBuffer>>>zInter(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand,Long>>zInterStore(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>>zInterWithScores(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZLexCountCommand,Long>>zLexCount(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZLexCountCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZMScoreCommand,Double>>zMScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZMScoreCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZPopCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>>zPop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZPopCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRandMemberCommand,reactor.core.publisher.Flux<ByteBuffer>>>zRandMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRandMemberCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRandMemberCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>>zRandMemberWithScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRandMemberCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>>zRange(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand,reactor.core.publisher.Flux<ByteBuffer>>>zRangeByLex(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>>zRangeByScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand,Long>>zRank(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand,Long>>zRem(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByLexCommand,Long>>zRemRangeByLex(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByLexCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand,Long>>zRemRangeByRank(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand,Long>>zRemRangeByScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>>zScan(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand,Double>>zScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand,reactor.core.publisher.Flux<ByteBuffer>>>zUnion(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand,Long>>zUnionStore(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand> commands)reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>>zUnionWithScores(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand> commands)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.data.redis.connection.ReactiveZSetCommands
bZPopMax, bZPopMin, zAdd, zAdd, zCard, zCount, zDiff, zDiffStore, zDiffWithScores, zIncrBy, zInter, zInterStore, zInterStore, zInterStore, zInterStore, zInterStore, zInterWithScores, zInterWithScores, zInterWithScores, zInterWithScores, zInterWithScores, zLexCount, zMScore, zPopMax, zPopMax, zPopMin, zPopMin, zRandMember, zRandMember, zRandMemberWithScore, zRandMemberWithScore, zRange, zRangeByLex, zRangeByLex, zRangeByScore, zRangeByScore, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeWithScores, zRank, zRem, zRem, zRemRangeByLex, zRemRangeByRank, zRemRangeByScore, zRevRange, zRevRangeByLex, zRevRangeByLex, zRevRangeByScore, zRevRangeByScore, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeWithScores, zRevRank, zScan, zScan, zScore, zUnion, zUnionStore, zUnionStore, zUnionStore, zUnionStore, zUnionStore, zUnionWithScores, zUnionWithScores, zUnionWithScores, zUnionWithScores, zUnionWithScores
-
-
-
-
Method Detail
-
zAdd
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand,Number>> zAdd(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand> commands)
- Specified by:
zAddin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRem
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand,Long>> zRem(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand> commands)
- Specified by:
zRemin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zIncrBy
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand,Double>> zIncrBy(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand> commands)
- Specified by:
zIncrByin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRank
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand,Long>> zRank(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand> commands)
- Specified by:
zRankin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRange
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zRange(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand> commands)
- Specified by:
zRangein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRangeByScore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zRangeByScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand> commands)
- Specified by:
zRangeByScorein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zScan
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zScan(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand> commands)
- Specified by:
zScanin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zCount
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand,Long>> zCount(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand> commands)
- Specified by:
zCountin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zCard
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> zCard(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> commands)
- Specified by:
zCardin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zScore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand,Double>> zScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand> commands)
- Specified by:
zScorein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRemRangeByRank
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand,Long>> zRemRangeByRank(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand> commands)
- Specified by:
zRemRangeByRankin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRemRangeByScore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand,Long>> zRemRangeByScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand> commands)
- Specified by:
zRemRangeByScorein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zUnionStore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand,Long>> zUnionStore(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand> commands)
- Specified by:
zUnionStorein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zInterStore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand,Long>> zInterStore(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand> commands)
- Specified by:
zInterStorein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRangeByLex
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand,reactor.core.publisher.Flux<ByteBuffer>>> zRangeByLex(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand> commands)
- Specified by:
zRangeByLexin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
lPos
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveListCommands.LPosCommand,Long>> lPos(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveListCommands.LPosCommand> commands)
-
zLexCount
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZLexCountCommand,Long>> zLexCount(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZLexCountCommand> commands)
- Specified by:
zLexCountin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRemRangeByLex
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByLexCommand,Long>> zRemRangeByLex(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByLexCommand> commands)
- Specified by:
zRemRangeByLexin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zPop
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZPopCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zPop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZPopCommand> commands)
- Specified by:
zPopin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
bZPop
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.BZPopCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> bZPop(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.BZPopCommand> commands)
- Specified by:
bZPopin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRandMember
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRandMemberCommand,reactor.core.publisher.Flux<ByteBuffer>>> zRandMember(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRandMemberCommand> commands)
- Specified by:
zRandMemberin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zRandMemberWithScore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRandMemberCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zRandMemberWithScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZRandMemberCommand> commands)
- Specified by:
zRandMemberWithScorein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zDiff
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffCommand,reactor.core.publisher.Flux<ByteBuffer>>> zDiff(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffCommand> commands)
- Specified by:
zDiffin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zDiffWithScores
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zDiffWithScores(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffCommand> commands)
- Specified by:
zDiffWithScoresin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zDiffStore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffStoreCommand,Long>> zDiffStore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffStoreCommand> commands)
- Specified by:
zDiffStorein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zUnion
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand,reactor.core.publisher.Flux<ByteBuffer>>> zUnion(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand> commands)
- Specified by:
zUnionin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zUnionWithScores
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zUnionWithScores(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand> commands)
- Specified by:
zUnionWithScoresin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zInter
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand,reactor.core.publisher.Flux<ByteBuffer>>> zInter(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand> commands)
- Specified by:
zInterin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zInterWithScores
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand,reactor.core.publisher.Flux<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>>> zInterWithScores(org.reactivestreams.Publisher<? extends org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand> commands)
- Specified by:
zInterWithScoresin interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
zMScore
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZMScoreCommand,Double>> zMScore(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZMScoreCommand> commands)
- Specified by:
zMScorein interfaceorg.springframework.data.redis.connection.ReactiveZSetCommands
-
toByteArray
public static byte[] toByteArray(ByteBuffer buffer)
-
-