@valkey/client
Version:
The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.
9 lines (8 loc) • 424 B
TypeScript
import { ValkeyCommandArgument, ValkeyCommandArguments } from ".";
export declare const FIRST_KEY_INDEX = 2;
interface XGroupCreateOptions {
MKSTREAM?: true;
}
export declare function transformArguments(key: ValkeyCommandArgument, group: ValkeyCommandArgument, id: ValkeyCommandArgument, options?: XGroupCreateOptions): ValkeyCommandArguments;
export declare function transformReply(): ValkeyCommandArgument;
export {};