Skip to content

Commit

Permalink
Set redis request path
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Nov 26, 2015
1 parent 7d89c7a commit 23b7e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protos/redis/redis_parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ func (p *parser) parseArray(depth int, buf *streambuf.Buffer) (string, bool, boo
if depth == 0 && isRedisCommand(content[0]) { // we've got a request
p.message.IsRequest = true
p.message.Method = content[0]
p.message.Path = content[1]
}

var value string
Expand Down

0 comments on commit 23b7e8a

Please sign in to comment.