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 RedissonReactiveClusterNumberCommands(CommandReactiveExecutor executorService)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]toByteArray(ByteBuffer buffer)-
Methods inherited from class org.redisson.spring.data.connection.RedissonReactiveNumberCommands
decr, decrBy, hIncrBy, incr, incrBy
-
-
-
-
Constructor Detail
-
RedissonReactiveClusterNumberCommands
public RedissonReactiveClusterNumberCommands(CommandReactiveExecutor executorService)
-
-
Method Detail
-
toByteArray
public static byte[] toByteArray(ByteBuffer buffer)
-
-