mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Go 1.0 compatibility.
This commit is contained in:
@ -291,7 +291,6 @@ func _parseReply(rd reader, typ replyType) (interface{}, error) {
|
||||
}
|
||||
return vals, nil
|
||||
}
|
||||
default:
|
||||
return nil, fmt.Errorf("redis: can't parse %q", line)
|
||||
}
|
||||
return nil, fmt.Errorf("redis: can't parse %q", line)
|
||||
}
|
||||
|
Reference in New Issue
Block a user