We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f738ac5 commit c03ab88Copy full SHA for c03ab88
packages/client/lib/commands/RPOPLPUSH.ts
@@ -9,4 +9,4 @@ export function transformArguments(
9
return ['RPOPLPUSH', source, destination];
10
}
11
12
-export declare function transformReply(): number | null;
+export declare function transformReply(): RedisCommandArgument | null;
0 commit comments