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>, org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand<T>, org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
    RedissonReactiveClusterNumberCommands(org.redisson.reactive.CommandReactiveExecutor executorService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static byte[]
     

    Methods inherited from class RedissonReactiveNumberCommands

    decr, decrBy, hIncrBy, incr, incrBy

    Methods inherited from class 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(org.redisson.reactive.CommandReactiveExecutor executorService)
  • Method Details

    • toByteArray

      public static byte[] toByteArray(ByteBuffer buffer)