You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
ref #2521 - fix EVAL FIRST_KEY_INDEX
This commit is contained in:
@@ -404,7 +404,7 @@ export interface EvalOptions {
|
||||
arguments?: Array<string>;
|
||||
}
|
||||
|
||||
export function evalFirstKeyIndex(options?: EvalOptions): string | undefined {
|
||||
export function evalFirstKeyIndex(_: unknown, options?: EvalOptions): string | undefined {
|
||||
return options?.keys?.[0];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user