climvalencia

Results 3 issues of climvalencia

I found a bug in the `redis_reply:data/1` parser. If the redis server should return a reply array followed by any data (PONG in the example below), the `redis_reply` parser will...

`redis_client` does not handle cases where the redis server sends a batch reply. Details to reproduce the problem below: ``` erlang 1> {ok, Conn} = redis:connect(). % connect to the...

I found sending the request line by line to db extremely slow; redis was reporting only processing roughly 23 requests per second on a single connection. This should speed things...