this is my own version of the RESP protocol. it is compatible with the normal RESP protocol, but bas a few convenience features i threw into it also.
\r\ndelimiter+simple string- example:
+foo\r\n
- example:
$bulk string- example:
$3\r\nfoo\r\n
- example:
:integer- example:
:420\r\n
- example:
-error- example:
-foo\r\n
- example:
$-1null- example:
$-1\r\n
- example:
!nil shorthand for null- example:
!\r\n
- example:
.float- example:
.69.666\r\n
- example: