Class 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.ZAddCommand, org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand, 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.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.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.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.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.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand,​Long>> zInterStore​(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand> 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.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.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.NumericResponse<org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand,​Long>> zUnionStore​(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand> commands)  
      • Methods inherited from interface org.springframework.data.redis.connection.ReactiveZSetCommands

        zAdd, zAdd, zCard, zCount, zIncrBy, zInterStore, zInterStore, zInterStore, zInterStore, zInterStore, zLexCount, zRange, zRangeByLex, zRangeByLex, zRangeByScore, zRangeByScore, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeWithScores, zRank, zRem, zRem, zRemRangeByRank, zRemRangeByScore, zRevRange, zRevRangeByLex, zRevRangeByLex, zRevRangeByScore, zRevRangeByScore, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeWithScores, zRevRank, zScan, zScan, zScore, zUnionStore, zUnionStore, zUnionStore, zUnionStore, zUnionStore
    • 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:
        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.ZUnionStoreCommand,​Long>> zUnionStore​(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand> 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.ZInterStoreCommand,​Long>> zInterStore​(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand> 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
      • toByteArray

        public static byte[] toByteArray​(ByteBuffer buffer)