redis: execute commands

This commit is contained in:
Jan Prochazka
2022-03-26 10:36:44 +01:00
parent 8d31130737
commit c0fdcf2fd1
7 changed files with 120 additions and 16 deletions

View File

@@ -34,10 +34,9 @@
"dbgate-tools": "^4.1.1",
"lodash": "^4.17.21",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"webpack-cli": "^3.3.11",
"async": "^3.2.3",
"ioredis": "^4.28.5"
"ioredis": "^4.28.5",
"node-redis-dump2": "^0.5.0"
}
}