revert changes

This commit is contained in:
Yuan Wang 2025-07-08 16:42:32 +08:00
parent ced5735be7
commit 73f510222b
1 changed files with 5 additions and 5 deletions

View File

@ -1433,11 +1433,11 @@ int parseScanCursorOrReply(client *c, robj *o, unsigned long long *cursor) {
}
char *obj_type_name[OBJ_TYPE_MAX] = {
"string",
"list",
"set",
"zset",
"hash",
"string",
"list",
"set",
"zset",
"hash",
NULL, /* module type is special */
"stream"
};