> ## Documentation Index
> Fetch the complete documentation index at: https://upstash-qstashminimalrightbar.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

## Redis

<CardGroup cols={2}>
  <Card title="@upstash/redis" href="/oss/sdks/ts/redis/overview">
    HTTP based Redis client optimized for serverless and edge functions
  </Card>

  <Card title="@upstash/ratelimit" href="/oss/sdks/ts/ratelimit">
    Serverless ratelimiting for JavaScript
  </Card>

  <Card title="upstash-redis" href="/oss/sdks/py/redis/overview">
    HTTP-based Redis client for Python
  </Card>

  <Card title="upstash-ratelimit" href="/oss/sdks/py/ratelimit/overview">
    Serverless ratelimiting for Python
  </Card>

  <Card title="@upstash/query" href="/oss/sdks/ts/query/overview">
    Secondary indexing and querying for Upstash Redis
  </Card>

  <Card title="@upstash/edge-flags" href="/oss/sdks/ts/edge-flags/overview">
    Low latency feature flagging solution with Upstash Redis
  </Card>
</CardGroup>

## Kafka

<CardGroup cols={2}>
  <Card title="@upstash/kafka" href="/oss/sdks/ts/kafka/overview">
    HTTP based Kafka client optimized for serverless and edge functions.
  </Card>
</CardGroup>

## Vector

<CardGroup cols={2}>
  <Card title="upstash-vector" href="/oss/sdks/py/vector/overview">
    HTTP-based Upstash Vector client designed for Python
  </Card>

  <Card title="@upstash/vector" href="/oss/sdks/ts/vector/overview">
    HTTP-based Upstash Vector client designed for JavaScript
  </Card>

  <Card title="vector-go" href="https://github.com/upstash/vector-go/blob/main/README.md">
    HTTP-based Upstash Vector client designed for Go
  </Card>
</CardGroup>

## QStash

<CardGroup cols={2}>
  <Card title="@upstash/qstash" href="/oss/sdks/ts/qstash/overview">
    Typescript message queue and task scheduler designed for serverless runtimes.
  </Card>

  <Card title="upstash-qstash" href="/oss/sdks/py/qstash/overview">
    Python message queue and task scheduler designed for serverless runtimes.
  </Card>
</CardGroup>

## DevOps

<CardGroup cols={2}>
  <Card title="Terraform" href="/oss/devops/terraform/overview">
    Terraform provider for Upstash.
  </Card>

  <Card title="Pulumi" href="/oss/devops/pulumi/overview">
    Manage Upstash resources with Pulumi.
  </Card>

  <Card title="CLI" href="/oss/devops/cli/overview">
    Interact with Upstash from the command line.
  </Card>
</CardGroup>

## Integration

<CardGroup cols={2}>
  <Card title="@upstash/react-cli" href="https://github.com/upstash/react-ui">
    Upstash CLI component for serverless Redis and Kafka
  </Card>

  <Card title="@upstash/react-databrowser" href="https://github.com/upstash/react-ui">
    Upstash Databrowser for serverless Redis
  </Card>
</CardGroup>
