From 70da28ad2d1dd56e6525f53d0645c6103afe8ee2 Mon Sep 17 00:00:00 2001 From: Yaser Hsueh Date: Tue, 3 Jan 2023 23:35:28 +0800 Subject: [PATCH] Redis: Add version 5.0.14.1 --- bucket/redis.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/redis.json diff --git a/bucket/redis.json b/bucket/redis.json new file mode 100644 index 0000000..5681f53 --- /dev/null +++ b/bucket/redis.json @@ -0,0 +1,29 @@ +{ + "version": "5.0.14.1", + "description": "In-memory data structure store, used as a database, cache and message broker.", + "homepage": "https://redis.io", + "license": "BSD-3-Clause", + "architecture": { + "64bit": { + "url": "http://dl.simaek.com/scoop/buckets/custom/package/Redis-x64-5.0.14.1.zip", + "hash": "018ea18a35876383cbb5f4cd0258adfc87747cf9d619bce1cf73a2e36f720ccf" + } + }, + "bin": [ + "redis-benchmark.exe", + "redis-check-aof.exe", + "redis-check-rdb.exe", + "redis-cli.exe", + "redis-server.exe" + ], + "checkver": { + "github": "https://github.com/tporadowski/redis" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tporadowski/redis/releases/download/v$version/Redis-x64-$version.zip" + } + } + } +}