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

    Modifier and Type
    Method
    Description
    static byte[]
     

    Methods inherited from class org.redisson.spring.data.connection.RedissonReactiveStringCommands

    append, bitCount, bitField, bitOp, bitPos, convert, get, getBit, getDel, getEx, getRange, getSet, mGet, mSet, mSetNX, pSetEX, set, setBit, setEX, setNX, setRange, strLen

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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, setBit, setBit, setEX, setEX, setNX, setNX, setRange, setRange, strLen, strLen
  • Method Details

    • toByteArray

      public static byte[] toByteArray(ByteBuffer buffer)