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:
Evan Typanski 2025-06-26 11:52:05 -04:00
parent b34d3ff2f0
commit 64443e5e5a
13 changed files with 115 additions and 30 deletions

View file

@ -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 there :)]]
Got published data!, [value=[pmessage, F*, Foo, Hi there :)]]
Got published data!, [value=[pmessage, F*, FeeFooFiiFum, Hello! :)]]
Got published data!, [subscribe, Foo, 1]
Got published data!, [psubscribe, F*, 2]
Got published data!, [message, Foo, Hi there :)]
Got published data!, [pmessage, F*, Foo, Hi there :)]
Got published data!, [pmessage, F*, FeeFooFiiFum, Hello! :)]