upstash_redis_set
Store a key-value pair in Upstash Redis, optionally with an expiry time in seconds.
Instructions
Set a key-value pair in an Upstash Redis database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ex | No | Expiry in seconds (optional) | |
| key | Yes | ||
| db_id | Yes | ||
| Yes | |||
| value | Yes | Value to store | |
| api_key | Yes |