Redis: Add version 5.0.14.1

This commit is contained in:
椰子 2023-01-03 23:35:28 +08:00
parent 739d519aea
commit 70da28ad2d

29
bucket/redis.json Normal file
View File

@ -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"
}
}
}
}