Skip to main content

Upstash Redis

Introduction

The Upstash Redis destination lets you send data to an Upstash-hosted Redis database via the Upstash REST endpoint.

This destination is currently in development. At this time, the connector supports credential validation (testing connectivity and auth), but does not yet support loading/writing records.

Setup

  1. In Upstash, open your Redis database.
  2. Copy the REST URL for the database.
  3. Create or copy an API token with access to the database.
  4. In your workspace, add a new destination and select Upstash Redis.
  5. Enter the configuration values described below.

Authentication

This destination authenticates using:

  • REST URL: The base HTTPS endpoint for your Upstash Redis database REST API.
  • API token: Sent as a Bearer token in the Authorization header.

During destination setup, the connector validates credentials by calling the info endpoint on your REST URL.

Configuration

FieldTypeRequiredDescription
rest_urlstringYour Upstash Redis REST URL. Must be a valid https:// URL with a host. If you omit the scheme, https:// is assumed. Trailing slashes are allowed.
api_tokenstringUpstash API token used for Bearer authentication to the REST API.

Hashing and normalization

This destination does not currently expose field-level hashing.

Data contract

Not yet available. The destination does not currently write records.

Streams

Not yet available. The destination does not currently load data into Upstash Redis.