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 52e5562 commit 87b77e3Copy full SHA for 87b77e3
packages/client/lib/commands/CONFIG_GET.ts
@@ -10,7 +10,7 @@ export default {
10
parser.pushVariadic(parameters);
11
},
12
transformReply: {
13
- 2: transformTuplesReply,
+ 2: transformTuplesReply<BlobStringReply>,
14
3: undefined as unknown as () => MapReply<BlobStringReply, BlobStringReply>
15
}
16
} as const satisfies Command;
packages/client/lib/commands/HGETALL.ts
@@ -11,7 +11,7 @@ export default {
TRANSFORM_LEGACY_REPLY: true,
17
0 commit comments