{
  "name": "redisx",
  "href": "https://vcpkg.link/ports/redisx",
  "supports": "all",
  "published_at": "2026-06-16T14:46:19.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": "https://sigmyne.github.io/redisx/doc/html/",
  "homepage_href": "https://sigmyne.github.io/redisx/",
  "description": [
    "A free and independent Redis / Valkey client library for C/C++"
  ],
  "license": "Unlicense",
  "version": {
    "type": "semver",
    "value": "1.0.4",
    "port": 1
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/af47ec3637cbfb692c9a964db78071a995d07fc1/ports/redisx",
    "hash": "af47ec3637cbfb692c9a964db78071a995d07fc1"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "libxchange",
      "href": "https://vcpkg.link/ports/libxchange",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": {
        "type": "semver",
        "value": "1.2.0",
        "port": 1
      },
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "tls",
      "default": [],
      "description": [
        "TLS encryption support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "openssl",
          "href": "https://vcpkg.link/ports/openssl",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}