文件名称:redis-patterns:用于检查 Redis 密钥的 Web 界面
文件大小:269KB
文件格式:ZIP
更新时间:2024-07-25 06:15:15
JavaScript
redis-patterns 一个简单的 Node.js Web 界面。 允许开发人员在不记住密钥模式的情况下检查 Redis 密钥。 第一个例子 如下例所示,每个 redis 响应都将转换为 javascript 格式。 配置 支持的按键命令: HGETALL 得到 兰格 { " host " : " localhost " , " port " : 6379 , " patterns " : [ { " name " : " First key " , " description " : " Return user data " , " key " : " user:{0} " , " type " : " HGETALL " ,
【文件预览】:
redis-patterns-master
----conf()
--------config.js(575B)
--------cluster-config.json(859B)
----package.json(872B)
----server.js(1KB)
----app.json(193B)
----LICENSE(1KB)
----app()
--------routes()
--------utils()
----views()
--------keys.html(2KB)
--------footer.html(16B)
--------index.html(372B)
--------npm-debug.log(735B)
--------node.svg(2KB)
--------header.html(866B)
----.gitignore(74B)
----public()
--------css()
--------images()
--------js()
----README.md(2KB)
----fig()
--------fig.yml(67B)
--------init.sh(288B)