mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
{
|
|
"version": "1.0.36",
|
|
"description": "A high-performance cache-store from Microsoft Research.",
|
|
"homepage": "https://microsoft.github.io/garnet",
|
|
"license": "MIT",
|
|
"notes": [
|
|
"Garnet requires .NET 8 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": {
|
|
"dotnet8-sdk": "main/dotnet-sdk"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/microsoft/garnet/releases/download/v1.0.36/win-x64-based-readytorun.zip",
|
|
"hash": "786cab16ed91d03b261f3e3b9924cc35c7b34cafbc02efaa296a766a5a9d7da6"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/microsoft/garnet/releases/download/v1.0.36/win-arm64-based-readytorun.zip",
|
|
"hash": "fb154ce989fdd2f41385e9a3728dbabdace504dfa3f1eaf57461fb6f1ea08d2e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|