We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f664a commit 07d9aecCopy full SHA for 07d9aec
packages/client/lib/commands/HSETEX.ts
@@ -66,7 +66,7 @@ export default {
66
pushObject(parser, value);
67
}
68
},
69
- transformReply: undefined as unknown as () => NumberReply
+ transformReply: undefined as unknown as () => NumberReply<0 | 1>
70
} as const satisfies Command;
71
72
0 commit comments