We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bee30f commit 77592d2Copy full SHA for 77592d2
packages/json/lib/commands/TYPE.ts
@@ -18,6 +18,7 @@ export default {
18
},
19
transformReply: {
20
2: undefined as unknown as () => NullReply | BlobStringReply | ArrayReply<BlobStringReply | NullReply>,
21
+ // TODO: RESP3 wraps the response in another array, but only returns 1
22
3: (reply: UnwrapReply<ArrayReply<NullReply | BlobStringReply | ArrayReply<BlobStringReply | NullReply>>>) => {
23
return reply[0];
24
}
0 commit comments