This commit is contained in:
godo 2024-07-31 18:53:55 +08:00
commit 03c0bf0cea

View file

@ -0,0 +1,12 @@
{
"name": "redis5.0",
"icon": "redis.png",
"setting": {
"binPath": "{exePath}/redis-server.exe"
},
"start": {
"startCmds": [
"{exePath}/redis.windows.conf"
]
}
}