Struct redis_client::reader::Reader [] [src]

pub struct Reader;

Reads the TcpStream buffer and parse the result according to the redis protocol specification building either RedisResult or RedisError.

Methods

impl Reader
[src]

Read the stream expecting one response. Determine the type of the response

Read the stream and expect several responses