1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

Add ParseReq method and tweak benchmarks.

This commit is contained in:
Vladimir Mihailenco
2012-08-24 15:16:12 +03:00
parent f56748aab9
commit b6ae953e1c
5 changed files with 119 additions and 21 deletions

View File

@ -45,7 +45,7 @@ func (c *PubSubClient) consumeMessages(conn *Conn) {
if err != nil {
msg.Err = err
c.ch <- msg
break
return
}
reply, ok := replyIface.([]interface{})
if !ok {