mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Handle Redis protocol message
separately
Closes #4504 Messages are not typical responses, so they need special handling. This is different between RESP2 and 3, so this is the first instance where the script layer needs to tell the difference.
This commit is contained in:
parent
8b914f4714
commit
a4ce682bc9
13 changed files with 207 additions and 17 deletions
|
@ -1 +1,6 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
Got published data!, [value=<uninitialized>]
|
||||
Got published data!, [value=<uninitialized>]
|
||||
Got published data!, [value=[message, Foo, Hi there :)]]
|
||||
Got published data!, [value=[pmessage, F*, Foo, Hi there :)]]
|
||||
Got published data!, [value=[pmessage, F*, FeeFooFiiFum, Hello! :)]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue