1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00
This commit is contained in:
Leibale
2023-06-22 18:18:23 -04:00
parent b46f08228c
commit 2b318d4100
27 changed files with 595 additions and 578 deletions

View File

@@ -15,8 +15,5 @@ export default {
member
];
},
transformReply: {
2: transformDoubleReply,
3: undefined as unknown as () => DoubleReply
}
transformReply: transformDoubleReply
} as const satisfies Command;