123
This commit is contained in:
5
node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID.d.ts
generated
vendored
Normal file
5
node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import { RedisCommandArgument, RedisCommandArguments } from '.';
|
||||
import { transformArguments as transformXClaimArguments } from './XCLAIM';
|
||||
export { FIRST_KEY_INDEX } from './XCLAIM';
|
||||
export declare function transformArguments(...args: Parameters<typeof transformXClaimArguments>): RedisCommandArguments;
|
||||
export declare function transformReply(): Array<RedisCommandArgument>;
|
||||
Reference in New Issue
Block a user