Skip to content
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

RESP3: Clarify push message type encoding #26

Open
414owen opened this issue Jan 21, 2024 · 1 comment
Open

RESP3: Clarify push message type encoding #26

414owen opened this issue Jan 21, 2024 · 1 comment

Comments

@414owen
Copy link

414owen commented Jan 21, 2024

The spec states:

and the first element of the array is always a String item, representing the kind of push data the server is sending to the client

I think this needs clarifying. Can the first element be a simple string or a blob string?
The pubsub docs suggest it can be a blobstring, but the examples given in the spec use simple strings (albeit with a bundled caveat that the redis implementation uses blobstrings).


So, can the first element be a simple string?

@414owen
Copy link
Author

414owen commented Jan 21, 2024

Also, as it can be a blob string, can it be a streamed, or null, blob string?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant