public RedisCommandWithBytes(IComandExecutor executor, IRedisCommandBuilder builder) : base(executor, builder) { }
protected RedisCommandWithResult(IComandExecutor executor, IRedisCommandBuilder builder) : base(executor, builder) { }
public RedisQuitCommand(IComandExecutor executor, IRedisCommandBuilder builder) : base(executor, builder) { }
public RedisCommand(IComandExecutor executor, IRedisCommandBuilder builder) { _executor = executor; _builder = builder; }
public CommandFactory(IComandExecutor executor) { _executor = executor; }