Class RedissonReactiveClusterNumberCommands

java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveNumberCommands
org.redisson.spring.data.connection.RedissonReactiveClusterNumberCommands
All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveClusterNumberCommands, org.springframework.data.redis.connection.ReactiveNumberCommands

public class RedissonReactiveClusterNumberCommands extends RedissonReactiveNumberCommands implements org.springframework.data.redis.connection.ReactiveClusterNumberCommands
Author:
Nikita Koksharov
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.ReactiveNumberCommands

    org.springframework.data.redis.connection.ReactiveNumberCommands.DecrByCommand<T extends Number>, org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand<T extends Number>, org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand<T extends Number>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected RedisClient
    getEntry(org.springframework.data.redis.connection.RedisClusterNode node)
     
    static byte[]
     

    Methods inherited from class org.redisson.spring.data.connection.RedissonReactiveNumberCommands

    decr, decrBy, hIncrBy, incr, incrBy

    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.ReactiveNumberCommands

    decr, decr, decrBy, decrBy, hIncrBy, hIncrBy, incr, incr, incrBy, incrBy
  • Constructor Details

    • RedissonReactiveClusterNumberCommands

      public RedissonReactiveClusterNumberCommands(CommandReactiveExecutor executorService)
  • Method Details

    • toByteArray

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

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