Initial commit

This commit is contained in:
2025-03-07 19:22:02 +01:00
commit 4a98255d83
55743 changed files with 5280367 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
}