garnet: Add version 1.0.11 (#5718)

This commit is contained in:
Inseo Lee 2024-05-31 03:08:27 +09:00 committed by GitHub
parent 78668b88d9
commit 994c177a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

46
bucket/garnet.json Normal file
View File

@ -0,0 +1,46 @@
{
"version": "1.0.11",
"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.11/win-x64-based-readytorun.zip",
"hash": "931d8cb79c34d1ff743595f1d04656011f583a2276ab6c5ee9743c5794740e1e"
},
"arm64": {
"url": "https://github.com/microsoft/garnet/releases/download/v1.0.11/win-arm64-based-readytorun.zip",
"hash": "cdc5ae0c6bfa63d5ea556406c463218ccf81d269a30f8e8d2b16b14a8c8b17be"
}
},
"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"
}
}
}
}