UNPKG

redis-time-series-ts

Version:
8 lines 321 B
import { CommandInterface } from "./interface/command"; import * as Redis from "ioredis"; export declare class DeleteAllCommand implements CommandInterface { protected readonly receiver: Redis.Redis; constructor(receiver: Redis.Redis); execute(): Promise<any>; } //# sourceMappingURL=deleteAllCommand.d.ts.map