Skip to content

Commit f3f946f

Browse files
committed
fix redis#1819 - fix EXISTS reply
1 parent 8062c2b commit f3f946f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/commands/EXISTS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ export function transformArguments(
1111
return pushVerdictArguments(['EXISTS'], keys);
1212
}
1313

14-
export { transformBooleanReply as transformReply } from './generic-transformers';
14+
export declare function transformReply(): number;

0 commit comments

Comments
 (0)