> ## Documentation Index
> Fetch the complete documentation index at: https://docs.surnex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Redis health check

> Verifies that the Redis cache/queue connection is healthy.



## OpenAPI

````yaml https://api.surnex.io/openapi.json get /v1/health/redis
openapi: 3.1.0
info:
  title: Surnex API
  description: |-
    Surnex SEO Platform API — api.surnex.io

    Provides the complete backend for the Surnex SEO dashboard including:
    - Multi-tenant organization management
    - Project tracking (domains)
    - Keyword rank tracking (Phase 1+)
    - Backlink analysis (Phase 3+)
    - Site auditing (Phase 4+)
    - Stripe billing integration
    - MCP endpoint for AI agents at /mcp
  version: 0.1.0
servers: []
security: []
paths:
  /v1/health/redis:
    get:
      tags:
        - Health
      summary: Redis health check
      description: Verifies that the Redis cache/queue connection is healthy.
      operationId: health_redis_v1_health_redis_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
                title: Response Health Redis V1 Health Redis Get

````