{ "version": "1.0.28", "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.28/win-x64-based-readytorun.zip", "hash": "765c8794ed24aee2527a4c65c11f8f61e24f63d6ad9773257daf1afaf536d5f6" }, "arm64": { "url": "https://github.com/microsoft/garnet/releases/download/v1.0.28/win-arm64-based-readytorun.zip", "hash": "7f9487244f105beb506f8a9793256e6b75c49bb24ca147eb8406acf955c5e42f" } }, "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" } } } }