- Integrations
- /
- Upstash
Upstash
Upstash serverless Redis and Kafka
Upstash is the serverless Redis (and Kafka) database — pay-per-request pricing model (vs traditional Redis which charges for provisioned capacity). Used by serverless/edge workloads where you want Redis without managing a Redis instance. Tiny Command exposes two actions, no triggers: Get Key (fetch a value by key — string, list, hash, etc. depending on key type), Set Key (set a value with optional TTL expiry). The connection uses an Upstash database URL + REST token (Upstash's REST API wraps Redis commands as HTTP). The REST-API-over-Redis design is the differentiator — most Redis clients use the binary RESP protocol over TCP, which is awkward for serverless functions. Upstash's HTTP API works from anywhere HTTP works, including Cloudflare Workers, Vercel Edge Functions, and Tiny Command workflows. For "Redis from serverless without connection-pool headaches", Upstash is the right pick.
Do anything Upstash can do, from a workflow.
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does |
|---|---|
| Get Key | Reads a value by key from an Upstash Redis database. Use as lightweight serverless state, rate-limit counter, or cache for cross-workflow data. |
| Set Key | Sets a key/value pair in Upstash Redis with optional TTL. Pair with Get Key to share state between workflow runs or to build a poor-man's feature flag. |
Pre-built Upstash workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Upstash once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Upstash field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
Questions about the Upstash integration.
If we missed yours, ping support. We usually reply within an hour.
How do I connect Upstash to Tiny Command?
What Upstash triggers does Tiny Command support?
What Upstash actions can I run from a workflow?
Is the Upstash integration real-time?
Do I need to write code to use Upstash with Tiny Command?
How much does the Upstash integration cost?
More other apps people connect.
Same category as Upstash, ordered by how often teams pair them. Hover the carousel to pause.
Do more with Upstash.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.