diff --git a/protos/redis/redis_parse.go b/protos/redis/redis_parse.go index cb143b973d6..227ceed981a 100644 --- a/protos/redis/redis_parse.go +++ b/protos/redis/redis_parse.go @@ -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