redis/node-redis

HScanTuple definition dose not match with implementation

ck97756 opened this issue · 0 comments

Description

In file HSCAN.d.ts 7:1
The definition of HScanTuple is

export interface HScanTuple {
    token: RedisCommandArgument;
    value: RedisCommandArgument;
}

But in HSCAN.js 17:9

        parsedTuples.push({
            field: rawTuples[i],
            value: rawTuples[i + 1]
        });

Node.js Version

20.11.1

Redis Server Version

7.2.4

Node Redis Version

4.7.0

Platform

Windows

Logs

No response