We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
EVAL[SHA][_RO]
FCALL[_RO]
1 parent 2fc79bd commit c6a8586Copy full SHA for c6a8586
packages/client/lib/commands/generic-transformers.ts
@@ -412,7 +412,7 @@ export interface EvalOptions {
412
arguments?: Array<string>;
413
}
414
415
-export function evalFirstKeyIndex(options?: EvalOptions): string | undefined {
+export function evalFirstKeyIndex(_: unknown, options?: EvalOptions): string | undefined {
416
return options?.keys?.[0];
417
418
0 commit comments