DEL.d.ts 326 B

12345
  1. import { RedisCommandArguments } from '@redis/client/dist/lib/commands';
  2. import { Timestamp } from '.';
  3. export declare const FIRTS_KEY_INDEX = 1;
  4. export declare function transformArguments(key: string, fromTimestamp: Timestamp, toTimestamp: Timestamp): RedisCommandArguments;
  5. export declare function transformReply(): number;