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

Lower case few fields for consistency.

This commit is contained in:
Vladimir Mihailenco
2013-09-29 11:11:18 +03:00
parent 773f2a03f3
commit f54394beb6
5 changed files with 22 additions and 23 deletions

View File

@ -124,7 +124,7 @@ func (c *baseClient) run(cmd Cmder) {
return
}
val, err := cmd.parseReply(cn.Rd)
val, err := cmd.parseReply(cn.rd)
if err != nil {
c.freeConn(cn, err)
cmd.setErr(err)