wg / lettuce

Scalable Java Redis client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shouldn't Command check the error status of CommandOutput?

debedb opened this issue · comments

Shouldn't Command check the error status of CommandOutput, and if getError() is not null, actually return an ExecutionException on get()? Doesn't look like it's happening.