{
    "version": "8.6.3",
    "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/8.6.3/Redis-8.6.3-Windows-x64-msys2.zip",
            "hash": "1ec06008cc19b4135f5910a03212b49c6c2b478ff0c8f04a6831f29087fb77bd",
            "extract_dir": "Redis-8.6.3-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-$matchHead-Windows-x64-msys2.zip",
                "extract_dir": "Redis-$matchHead-Windows-x64-msys2"
            }
        }
    }
}
