mirror of https://gitee.com/godoos/godoos.git
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||
|
{ |
||||
|
"name": "redis5.0", |
||||
|
"icon": "redis.png", |
||||
|
"setting": { |
||||
|
"binPath": "{exePath}/redis-server.exe" |
||||
|
}, |
||||
|
"start": { |
||||
|
"startCmds": [ |
||||
|
"{exePath}/redis.windows.conf" |
||||
|
] |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue