Formally, redis only returns "integers" as values, but in fact, an operation such as {@link Command#RANDOMKEY} will return a key in a single line reply, and not a bulk reply.(As of 04/02/09. Ex randomkey response=> +woof )
This class deals with all responses that are a single line responses distinct from 'status' replies. For now, this means the result is either a UTF-8 String key or number. [TODO: document me!]
@author Joubin Houshyar (alphazero@sensesay.net)
@version alpha.0, 04/02/09
@since alpha.0