123
This commit is contained in:
5
node_modules/@redis/client/dist/lib/commands/LPOS_COUNT.d.ts
generated
vendored
Normal file
5
node_modules/@redis/client/dist/lib/commands/LPOS_COUNT.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import { RedisCommandArgument, RedisCommandArguments } from '.';
|
||||
import { LPosOptions } from './LPOS';
|
||||
export { FIRST_KEY_INDEX, IS_READ_ONLY } from './LPOS';
|
||||
export declare function transformArguments(key: RedisCommandArgument, element: RedisCommandArgument, count: number, options?: LPosOptions): RedisCommandArguments;
|
||||
export declare function transformReply(): Array<number>;
|
||||
Reference in New Issue
Block a user