2025-01-21 04:28:49 +00:00

47 lines
1.7 KiB
JSON

{
"version": "1.0.52",
"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.52/win-x64-based-readytorun.zip",
"hash": "f243ccb5bdb806f22310463d86cabd1c7ff3e87e50b3daf44478035895a8df13"
},
"arm64": {
"url": "https://github.com/microsoft/garnet/releases/download/v1.0.52/win-arm64-based-readytorun.zip",
"hash": "f3e09e322a64d0cf4c43a2b60529028740e0c36eaad5d4912e6701c59443db8e"
}
},
"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"
}
}
}
}