-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathredis.json
29 lines (29 loc) · 1.03 KB
/
redis.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"version": "7.4.2",
"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": "https://github.com/redis-windows/redis-windows/releases/download/7.4.2/Redis-7.4.2-Windows-x64-msys2.zip",
"hash": "65c8d2ff57572afa3cf4634820d4cdb8921e82760b272ad1dd12f38308414a96",
"extract_dir": "Redis-7.4.2-Windows-x64-msys2"
}
},
"bin": [
"redis-benchmark.exe",
"redis-cli.exe",
"redis-server.exe"
],
"checkver": {
"github": "https://github.com/redis-windows/redis-windows"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/redis-windows/redis-windows/releases/download/$version/Redis-$version-Windows-x64-msys2.zip",
"extract_dir": "Redis-$version-Windows-x64-msys2"
}
}
}
}