scoop-extras/bucket/redis.json

30 lines
926 B
JSON
Raw Normal View History

2023-01-03 15:35:28 +00:00
{
"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"
}
}
}
}