Skip to content

Commit c03ab88

Browse files
authored
fix #1998 - fix RPOPLPUSH return type (#1999)
1 parent f738ac5 commit c03ab88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/commands/RPOPLPUSH.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ export function transformArguments(
99
return ['RPOPLPUSH', source, destination];
1010
}
1111

12-
export declare function transformReply(): number | null;
12+
export declare function transformReply(): RedisCommandArgument | null;

0 commit comments

Comments
 (0)