123
This commit is contained in:
3
node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.d.ts
generated
vendored
Normal file
3
node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
export declare const FIRST_KEY_INDEX = 1;
|
||||
export declare function transformArguments(key: string, width: number, depth: number): Array<string>;
|
||||
export declare function transformReply(): 'OK';
|
||||
Reference in New Issue
Block a user