A structured command received from Redis MONITOR.
Redis emits monitor records in this form:
1339518083.107412 [0 127.0.0.1:60866] "SET" "key" "value"parse/1 handles Redis' quoted-string escapes, including binary bytes
represented as \xNN.
Summary
Functions
Parses a raw Redis MONITOR record.