Class RedisStrictCommand<T>

java.lang.Object
org.redisson.client.protocol.RedisCommand<T>
org.redisson.client.protocol.RedisStrictCommand<T>
Type Parameters:
T - command type

public class RedisStrictCommand<T> extends RedisCommand<T>
Author:
Nikita Koksharov
  • Constructor Details

    • RedisStrictCommand

      public RedisStrictCommand(String name, MultiDecoder<T> replayMultiDecoder)
    • RedisStrictCommand

      public RedisStrictCommand(String name, String subName, MultiDecoder<T> replayMultiDecoder)
    • RedisStrictCommand

      public RedisStrictCommand(String name)
    • RedisStrictCommand

      public RedisStrictCommand(String name, Convertor<T> convertor)
    • RedisStrictCommand

      public RedisStrictCommand(String name, String subName)
    • RedisStrictCommand

      public RedisStrictCommand(String name, String subName, Convertor<T> convertor)
    • RedisStrictCommand

      public RedisStrictCommand(String name, String subName, MultiDecoder<T> replayMultiDecoder, Convertor convertor)