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
ConstructorsConstructorDescriptionRedissonReactiveClusterNumberCommands(CommandReactiveExecutor executorService) -
Method Summary
Modifier and TypeMethodDescriptionprotected RedisClientgetEntry(org.springframework.data.redis.connection.RedisClusterNode node) static byte[]toByteArray(ByteBuffer buffer) Methods inherited from class org.redisson.spring.data.connection.RedissonReactiveNumberCommands
decr, decrBy, hIncrBy, incr, incrByMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactiveNumberCommands
decr, decr, decrBy, decrBy, hIncrBy, hIncrBy, incr, incr, incrBy, incrBy
-
Constructor Details
-
RedissonReactiveClusterNumberCommands
-
-
Method Details
-
toByteArray
-
getEntry
-