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