From 994c177a52c74e2cda3415c70dfdd7e8baf3ed77 Mon Sep 17 00:00:00 2001 From: Inseo Lee Date: Fri, 31 May 2024 03:08:27 +0900 Subject: [PATCH] garnet: Add version 1.0.11 (#5718) --- bucket/garnet.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 bucket/garnet.json diff --git a/bucket/garnet.json b/bucket/garnet.json new file mode 100644 index 0000000000..9d1ad1e3e5 --- /dev/null +++ b/bucket/garnet.json @@ -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" + } + } + } +}