123
This commit is contained in:
4
node_modules/@redis/bloom/dist/commands/top-k/ADD.d.ts
generated
vendored
Normal file
4
node_modules/@redis/bloom/dist/commands/top-k/ADD.d.ts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import { RedisCommandArguments } from '@redis/client/dist/lib/commands';
|
||||
export declare const FIRST_KEY_INDEX = 1;
|
||||
export declare function transformArguments(key: string, items: string | Array<string>): RedisCommandArguments;
|
||||
export declare function transformReply(): Array<null | string>;
|
||||
Reference in New Issue
Block a user