nginx-cache-reader:解析 nginx 的缓存文件夹和文件

时间:2024-06-17 22:54:57
【文件属性】:

文件名称:nginx-cache-reader:解析 nginx 的缓存文件夹和文件

文件大小:43KB

文件格式:ZIP

更新时间:2024-06-17 22:54:57

JavaScript

nginx缓存阅读器 解析 nginx 的缓存文件夹和文件 这是一个用于快速查看nginx缓存文件夹信息的CLI客户端。 它可以从缓存文件夹中读取密钥并提取其中的内容。 这也可以用作库。 见 先决条件 节点 >=12.xx 建议您启用 strictatime 以获得准确的atime 。 阅读此以获取更多信息 安装 npm install -g nginx-cache-reader 用法 nginx-cache-reader --help Usage: nginx-cache-reader [options] [command] Options: -v, --version output the version number -q, --suppress-errors


【文件预览】:
nginx-cache-reader-master
----.gitignore(13B)
----README.md(4KB)
----bin()
--------nginx-cache-reader.js(2KB)
----test()
--------fixtures()
--------2-cli.test.js(2KB)
--------1-module.test.js(3KB)
--------util()
----LICENSE(1KB)
----package.json(1KB)
----index.js(40B)
----.npmignore(4B)
----.travis.yml(46B)
----lib()
--------cli()
--------index.js(2KB)
--------util()
----package-lock.json(35KB)

网友评论