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