123
This commit is contained in:
10
node_modules/@redis/client/dist/lib/commands/ZINTER.d.ts
generated
vendored
Normal file
10
node_modules/@redis/client/dist/lib/commands/ZINTER.d.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
import { RedisCommandArgument, RedisCommandArguments } from '.';
|
||||
export declare const FIRST_KEY_INDEX = 2;
|
||||
export declare const IS_READ_ONLY = true;
|
||||
interface ZInterOptions {
|
||||
WEIGHTS?: Array<number>;
|
||||
AGGREGATE?: 'SUM' | 'MIN' | 'MAX';
|
||||
}
|
||||
export declare function transformArguments(keys: Array<RedisCommandArgument> | RedisCommandArgument, options?: ZInterOptions): RedisCommandArguments;
|
||||
export declare function transformReply(): Array<RedisCommandArgument>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user