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