{ "version": "1.0.84", "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.84/win-x64-based-readytorun.zip", "hash": "57c78f0408408e1be9038621c4967540e9dd3ab82229cbe4d85a2cbcf8e075cf" }, "arm64": { "url": "https://github.com/microsoft/garnet/releases/download/v1.0.84/win-arm64-based-readytorun.zip", "hash": "dadecba912327d66423ade6fc6fb29ea5c72545af65a594afdbe3ae3a4e7819c" } }, "extract_dir": "net9.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" } } } }