Redis: Add version 5.0.14.1
This commit is contained in:
parent
739d519aea
commit
70da28ad2d
29
bucket/redis.json
Normal file
29
bucket/redis.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user