mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
19 lines
648 B
JSON
19 lines
648 B
JSON
{
|
|
"version": "3.2.100",
|
|
"description": "In-memory data structure store, used as a database, cache and message broker.",
|
|
"homepage": "https://redis.io",
|
|
"license": "BSD-3-Clause",
|
|
"url": "https://github.com/MicrosoftArchive/redis/releases/download/win-3.2.100/Redis-x64-3.2.100.zip",
|
|
"hash": "73775183186ebd1917353a8ae62303a328cedfff58164c9bf46e2b46977a9475",
|
|
"bin": [
|
|
"redis-benchmark.exe",
|
|
"redis-check-aof.exe",
|
|
"redis-cli.exe",
|
|
"redis-server.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/MicrosoftArchive/redis/releases/",
|
|
"regex": ">win-([\\d.]+)<"
|
|
}
|
|
}
|