123
This commit is contained in:
10
node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.d.ts
generated
vendored
Normal file
10
node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.d.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
import { RedisCommandArgument, RedisCommandArguments } from '.';
|
||||
import { transformArguments as transformXAutoClaimArguments } from './XAUTOCLAIM';
|
||||
export { FIRST_KEY_INDEX } from './XAUTOCLAIM';
|
||||
export declare function transformArguments(...args: Parameters<typeof transformXAutoClaimArguments>): RedisCommandArguments;
|
||||
type XAutoClaimJustIdRawReply = [RedisCommandArgument, Array<RedisCommandArgument>];
|
||||
interface XAutoClaimJustIdReply {
|
||||
nextId: RedisCommandArgument;
|
||||
messages: Array<RedisCommandArgument>;
|
||||
}
|
||||
export declare function transformReply(reply: XAutoClaimJustIdRawReply): XAutoClaimJustIdReply;
|
||||
Reference in New Issue
Block a user