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 2eaaa58 commit 3d7668eCopy full SHA for 3d7668e
docs/command-options.md
@@ -12,7 +12,7 @@ Some [RESP types](./RESP.md) can be mapped to more than one JavaScript type. For
12
await client.get('key'); // `string | null`
13
14
const proxyClient = client.withTypeMapping({
15
- [TYPES.BLOB_STRING]: Buffer
+ [RESP_TYPES.BLOB_STRING]: Buffer
16
});
17
18
await proxyClient.get('key'); // `Buffer | null`
0 commit comments