Skip to content

Instantly share code, notes, and snippets.

@HoshinoRei
Created October 18, 2023 08:17
Show Gist options
  • Save HoshinoRei/24680b223fbcc82364003b4e8ebb86f3 to your computer and use it in GitHub Desktop.
Save HoshinoRei/24680b223fbcc82364003b4e8ebb86f3 to your computer and use it in GitHub Desktop.
{
"version": "7.0.13",
"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.0.13/Redis-7.0.13-Windows-x64-with-Service.tar.gz",
"hash": "947A0BC7907451D96CE46781E269930A4F6A731E8EB3940D29BEF7DA2A850434",
"extract_dir": "Redis-7.0.13-Windows-x64-with-Service"
}
},
"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.tar.gz",
"extract_dir": "Redis-$version-Windows-x64"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment