Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion protocol/RESP3.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ structured commands like `SET mykey somevalue` or `SADD myset a b c d`. Such
commands can be represented as arrays, where each argument is an array element,
so this is the only type the client needs to send to a server. However different
applications willing to use RESP3 for other goals may just allow the protocol
to be used in a "full duplex" fashion where both the ends can use the full set
to be used in a "full duplex" fashion where both ends can use the full set
of types available.

Not all parts of RESP3 are mandatory for clients and servers. In the specific
Expand Down