antirez / RESP3

RESP protocol V3 repository. Contains the specification, and other related resource
229 stars 41 forks source link

Fix types in Attribute Type example #3

Closed seppo0010 closed 6 years ago

seppo0010 commented 6 years ago

:a is invalid in RESP3. Since MGET receives binary safe strings the reply should probably use binary safe keys.

seppo0010 commented 6 years ago

The same thing actually happens in the pubsub example, so I might be missing something here

antirez commented 6 years ago

@seppo0010 nothing missing, for a moment I thought that I could specify that <CR><LF> could be emitted and newlines used instead, but I've the fear that this may lead to misunderstandings.