first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
export declare const enum RESP {
R = 13,
N = 10,
RN = 3338,
NULL = 95,
BOOL = 35,
INT = 58,
BIG = 40,
FLOAT = 44,
STR_SIMPLE = 43,
STR_BULK = 36,
STR_VERBATIM = 61,
ERR_SIMPLE = 45,
ERR_BULK = 33,
ARR = 42,
SET = 126,
OBJ = 37,
PUSH = 62,
ATTR = 124,
PLUS = 43,
MINUS = 45
}