Class RedisStrictCommand<T>

  • Type Parameters:
    T - command type

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

      • RedisStrictCommand

        public RedisStrictCommand​(String name,
                                  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,
                                  Decoder<T> reponseDecoder)
      • RedisStrictCommand

        public RedisStrictCommand​(String name,
                                  Decoder<T> reponseDecoder)