mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-27 05:44:39 +00:00
49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
|
"version": "1.0.98",
|
|
"description": "A high-performance cache-store from Microsoft Research.",
|
|
"homepage": "https://microsoft.github.io/garnet",
|
|
"license": "MIT",
|
|
"notes": [
|
|
"Garnet requires .NET 9 SDK.",
|
|
"Existing Redis clients are compatible with Garnet.",
|
|
"config directory is created for storing persist files conveniently.",
|
|
"To run Garnet with configuration file, For garnet.conf file format:",
|
|
"GarnetServer.exe --config-import-path garnet.conf",
|
|
"For redis.conf with this command:",
|
|
"GarnetServer.exe --config-import-path redis.conf --config-import-format RedisConf"
|
|
],
|
|
"suggest": {
|
|
"dotnet-sdk": "main/dotnet-sdk"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/microsoft/garnet/releases/download/v1.0.98/win-x64-based-readytorun.zip",
|
|
"hash": "013df446bd14d680f10bbc00ff0c645e5fecc854c52ade8118bde3c4fb606239"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/microsoft/garnet/releases/download/v1.0.98/win-arm64-based-readytorun.zip",
|
|
"hash": "ef40fab48603ea185eef7af8d2b7e26f2b7e68e514ec4e687caaabc8c43873da"
|
|
}
|
|
},
|
|
"extract_dir": "net10.0",
|
|
"post_install": "Remove-Item -Path \"$dir\\Service\" -Recurse -Force -ErrorAction SilentlyContinue",
|
|
"bin": "GarnetServer.exe",
|
|
"persist": [
|
|
"garnet.conf",
|
|
"config"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/microsoft/garnet"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/microsoft/garnet/releases/download/v$version/win-x64-based-readytorun.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/microsoft/garnet/releases/download/v$version/win-arm64-based-readytorun.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|