We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09aaa3 commit b884e13Copy full SHA for b884e13
packages/client/lib/commands/HSCAN_NOVALUES.ts
@@ -22,6 +22,6 @@ interface HScanNoValuesReply {
22
export function transformReply([cursor, rawData]: HScanRawReply): HScanNoValuesReply {
23
return {
24
cursor: Number(cursor),
25
- keys: [...rawData]
+ keys: rawData
26
};
27
}
0 commit comments