Class RedisCommand<R>

  • Type Parameters:
    R - return type
    Direct Known Subclasses:
    RedisStrictCommand

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

      • RedisCommand

        public RedisCommand​(RedisCommand<R> command,
                             name)
        Copy command and change name
        Parameters:
        command - - source command
        name - - new command name
      • RedisCommand

        public RedisCommand​( name)
      • RedisCommand

        public RedisCommand​( name,
                             subName)
      • RedisCommand

        public RedisCommand​( name,
                             subName,
                            Convertor<R> convertor)
      • RedisCommand

        public RedisCommand​( name,
                            Convertor<R> convertor)
      • RedisCommand

        public RedisCommand​( name,
                            MultiDecoder<R> replayMultiDecoder)
      • RedisCommand

        public RedisCommand​( name,
                             subName,
                            MultiDecoder<R> replayMultiDecoder)
    • Method Detail

      • getSubName

        public  getSubName()
      • getName

        public  getName()
      • getReplayMultiDecoder

        public MultiDecoder<R> getReplayMultiDecoder()
      • getConvertor

        public Convertor<R> getConvertor()
      • toString

        public  toString()
        Overrides:
         in class