Skip to content

Update RESP3.md #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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