2 Star 5 Fork 0

Xie Biao / redis-memory-analysis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 675 Bytes
一键复制 编辑 原始数据 按行查看 历史
XieBiao 提交于 2018-02-25 21:15 . emoji icon
{
"name": "hhxsv5/redis-memory-analysis",
"type": "library",
"license": "MIT",
"description": "🔎 Analyzing memory of redis is to find the keys(prefix) which used a lot of memory, export the analysis result into csv file.",
"keywords": [
"redis",
"memory",
"analysis",
"export-csvfile",
"occupancy",
"usage"
],
"homepage": "https://github.com/hhxsv5/redis-memory-analysis",
"authors": [
{
"name": "Xie Biao",
"email": "hhxsv5@sina.com"
}
],
"require": {
"php": ">=5.4",
"ext-redis": ">=2.2.8",
"predis/predis": "~1.1.0"
},
"autoload": {
"psr-4": {
"Hhxsv5\\RMA\\": "src"
}
}
}
PHP
1
https://gitee.com/hhxsv5/redis-memory-analysis.git
git@gitee.com:hhxsv5/redis-memory-analysis.git
hhxsv5
redis-memory-analysis
redis-memory-analysis
master

搜索帮助