Class RedisStrictCommand<T>

  • Type Parameters:
    T - command type

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

      • RedisStrictCommand

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

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

        public RedisStrictCommand​( name)
      • RedisStrictCommand

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

        public RedisStrictCommand​( name,
                                   subName)
      • RedisStrictCommand

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

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