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

    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[]
     
    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 Details

    • 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:
      zAdd in interface org.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:
      zRem in interface org.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:
      zIncrBy in interface org.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:
      zRank in interface org.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:
      zRange in interface org.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:
      zRangeByScore in interface org.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:
      zScan in interface org.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:
      zCount in interface org.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:
      zCard in interface org.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:
      zScore in interface org.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:
      zRemRangeByRank in interface org.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:
      zRemRangeByScore in interface org.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:
      zUnionStore in interface org.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:
      zInterStore in interface org.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:
      zRangeByLex in interface org.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:
      zLexCount in interface org.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:
      zRemRangeByLex in interface org.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:
      zPop in interface org.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:
      bZPop in interface org.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:
      zRandMember in interface org.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:
      zRandMemberWithScore in interface org.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:
      zDiff in interface org.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:
      zDiffWithScores in interface org.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:
      zDiffStore in interface org.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:
      zUnion in interface org.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:
      zUnionWithScores in interface org.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:
      zInter in interface org.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:
      zInterWithScores in interface org.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:
      zMScore in interface org.springframework.data.redis.connection.ReactiveZSetCommands
    • toByteArray

      public static byte[] toByteArray(ByteBuffer buffer)