mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Handle more Redis RESP3 protocol pieces
This passes the "minimum protocol version" along in the reply and adds support for attributes, which were added relatively recently.
This commit is contained in:
parent
b34d3ff2f0
commit
64443e5e5a
13 changed files with 115 additions and 30 deletions
|
@ -1,6 +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=[subscribe, Foo, 1]]
|
||||
Got published data!, [value=[psubscribe, F*, 2]]
|
||||
Got published data!, [value=[message, Foo, Hi:)]]
|
||||
Got published data!, [value=[pmessage, F*, Foo, Hi:)]]
|
||||
Got published data!, [value=[pmessage, F*, Foobar, Hello!]]
|
||||
Got published data!, [subscribe, Foo, 1]
|
||||
Got published data!, [psubscribe, F*, 2]
|
||||
Got published data!, [message, Foo, Hi:)]
|
||||
Got published data!, [pmessage, F*, Foo, Hi:)]
|
||||
Got published data!, [pmessage, F*, Foobar, Hello!]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue