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
- In Upstash, open your Redis database.
- Copy the REST URL for the database.
- Create or copy an API token with access to the database.
- In your workspace, add a new destination and select Upstash Redis.
- 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
Authorizationheader.
During destination setup, the connector validates credentials by calling the info endpoint on your REST URL.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
rest_url | string | ✅ | Your 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_token | string | ✅ | Upstash 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.