1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

fix #1819 - fix EXISTS reply (#1820)

* fix #1819 - fix EXISTS reply

* fix for f3f946fd9a - "fix" tests
This commit is contained in:
Leibale Eidelman
2022-01-11 11:45:50 -05:00
committed by GitHub
parent 8062c2bc77
commit d34cb9c07b
2 changed files with 2 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ export function transformArguments(
return pushVerdictArguments(['EXISTS'], keys);
}
export { transformBooleanReply as transformReply } from './generic-transformers';
export declare function transformReply(): number;