Class RedissonReactiveClusterStringCommands
java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveStringCommands
org.redisson.spring.data.connection.RedissonReactiveClusterStringCommands
- All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveClusterStringCommands, org.springframework.data.redis.connection.ReactiveStringCommands
public class RedissonReactiveClusterStringCommands
extends RedissonReactiveStringCommands
implements org.springframework.data.redis.connection.ReactiveClusterStringCommands
- Author:
- Nikita Koksharov
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.redis.connection.ReactiveStringCommands
org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand, org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand, org.springframework.data.redis.connection.ReactiveStringCommands.BitFieldCommand, org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand, org.springframework.data.redis.connection.ReactiveStringCommands.BitPosCommand, org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand, org.springframework.data.redis.connection.ReactiveStringCommands.GetExCommand, org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand, org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand, org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand, org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand -
Method Summary
Methods inherited from class RedissonReactiveStringCommands
append, bitCount, bitField, bitOp, bitPos, convert, get, getBit, getDel, getEx, getRange, getSet, mGet, mSet, mSetNX, pSetEX, set, setBit, setEX, setGet, setNX, setRange, strLenMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactiveStringCommands
append, append, bitCount, bitCount, bitCount, bitField, bitField, bitOp, bitOp, bitPos, bitPos, bitPos, get, get, getBit, getBit, getDel, getDel, getEx, getEx, getRange, getRange, getSet, getSet, mGet, mGet, mSet, mSet, mSetNX, mSetNX, pSetEX, pSetEX, set, set, set, set, setBit, setBit, setEX, setEX, setGet, setGet, setGet, setNX, setNX, setRange, setRange, strLen, strLen
-
Method Details
-
toByteArray
-