Class RedissonReactiveClusterHashCommands
java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveHashCommands
org.redisson.spring.data.connection.RedissonReactiveClusterHashCommands
- All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveClusterHashCommands,org.springframework.data.redis.connection.ReactiveHashCommands
public class RedissonReactiveClusterHashCommands
extends RedissonReactiveHashCommands
implements org.springframework.data.redis.connection.ReactiveClusterHashCommands
- Author:
- Nikita Koksharov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.ReactiveHashCommands
org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand, org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand, org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand, org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand, org.springframework.data.redis.connection.ReactiveHashCommands.HStrLenCommand -
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.RedissonReactiveHashCommands
hDel, hExists, hGetAll, hKeys, hLen, hMGet, hScan, hSet, hStrLen, hValsMethods 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.ReactiveHashCommands
hDel, hDel, hDel, hExists, hExists, hGet, hGetAll, hGetAll, hKeys, hKeys, hLen, hLen, hMGet, hMGet, hMSet, hScan, hScan, hScan, hSet, hSet, hSetNX, hStrLen, hStrLen, hVals, hVals
-
Method Details
-
toByteArray
-
getEntry
-