123
This commit is contained in:
8
node_modules/@redis/client/dist/lib/commands/XGROUP_CREATE.d.ts
generated
vendored
Normal file
8
node_modules/@redis/client/dist/lib/commands/XGROUP_CREATE.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
import { RedisCommandArgument, RedisCommandArguments } from '.';
|
||||
export declare const FIRST_KEY_INDEX = 2;
|
||||
interface XGroupCreateOptions {
|
||||
MKSTREAM?: true;
|
||||
}
|
||||
export declare function transformArguments(key: RedisCommandArgument, group: RedisCommandArgument, id: RedisCommandArgument, options?: XGroupCreateOptions): RedisCommandArguments;
|
||||
export declare function transformReply(): RedisCommandArgument;
|
||||
export {};
|
||||
Reference in New Issue
Block a user