antirez / antirez/RESP3

Blob helloworld is incorrect

Open
#41 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
230
Forks
41
PR merge metrics
No merged PRs in 30d

Description

The first protocol example in the spec is:
"$11\r\nhelloworld\r\n"
This is incorrect.

Either of these would be correct:
"$10\r\nhelloworld\r\n"
"$11\r\nhello world\r\n"

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.