Class RedissonReactiveClusterZSetCommands

java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveZSetCommands
org.redisson.spring.data.connection.RedissonReactiveClusterZSetCommands
All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveClusterZSetCommands, org.springframework.data.redis.connection.ReactiveZSetCommands

public class RedissonReactiveClusterZSetCommands extends RedissonReactiveZSetCommands implements org.springframework.data.redis.connection.ReactiveClusterZSetCommands
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
    protected RedisClient
    getEntry(org.springframework.data.redis.connection.RedisClusterNode node)
     
    static byte[]
     

    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

    bZPop, bZPopMax, bZPopMin, zAdd, zAdd, zAdd, zCard, zCard, zCount, zCount, zDiff, zDiff, zDiffStore, zDiffStore, zDiffWithScores, zDiffWithScores, zIncrBy, zIncrBy, zInter, zInter, zInterStore, zInterStore, zInterStore, zInterStore, zInterStore, zInterStore, zInterWithScores, zInterWithScores, zInterWithScores, zInterWithScores, zInterWithScores, zInterWithScores, zLexCount, zLexCount, zMScore, zMScore, zPop, zPopMax, zPopMax, zPopMin, zPopMin, zRandMember, zRandMember, zRandMember, zRandMemberWithScore, zRandMemberWithScore, zRandMemberWithScore, zRange, zRange, zRangeByLex, zRangeByLex, zRangeByLex, zRangeByScore, zRangeByScore, zRangeByScore, zRangeByScoreWithScores, zRangeByScoreWithScores, zRangeWithScores, zRank, zRank, zRem, zRem, zRem, zRemRangeByLex, zRemRangeByLex, zRemRangeByRank, zRemRangeByRank, zRemRangeByScore, zRemRangeByScore, zRevRange, zRevRangeByLex, zRevRangeByLex, zRevRangeByScore, zRevRangeByScore, zRevRangeByScoreWithScores, zRevRangeByScoreWithScores, zRevRangeWithScores, zRevRank, zScan, zScan, zScan, zScore, zScore, zUnion, zUnion, zUnionStore, zUnionStore, zUnionStore, zUnionStore, zUnionStore, zUnionStore, zUnionWithScores, zUnionWithScores, zUnionWithScores, zUnionWithScores, zUnionWithScores, zUnionWithScores
  • Method Details

    • toByteArray

      public static byte[] toByteArray(ByteBuffer buffer)
    • getEntry

      protected RedisClient getEntry(org.springframework.data.redis.connection.RedisClusterNode node)