@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) • 309 B
TypeScript
export declare const FIRST_KEY_INDEX = 1;
export declare const IS_READ_ONLY = true;
interface MemoryUsageOptions {
SAMPLES?: number;
}
export declare function transformArguments(key: string, options?: MemoryUsageOptions): Array<string>;
export declare function transformReply(): number | null;
export {};