tidwall / redcon

Redis compatible server framework for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESP3 support

levincarmel opened this issue · comments

Hi,
Is it possible to add RESP3 support?
e.g. maps that are encoded by %<number-of-entries>\r\n<key-1><value-1>...<key-n><value-n>, sets, nulls, etc.
Full description of protocol: https://redis.io/docs/reference/protocol-spec/#:~:text=request%2Dresponse%20protocol.-,RESP%20protocol%20description,-RESP%20is%20essentially

Thanks!