Integration
Upstash
Serverless Redis with Upstash
Overview
Connect to Upstash Redis to perform key-value, hash, list, and utility operations via the REST API.
How to automate Upstash with AACFlow
Create a free account
Sign up at aacflow.io in seconds. No credit card required. Your workspace is ready immediately.
Add a Upstash block
Open a workflow, drag a Upstash block onto the canvas, and authenticate your account.
Configure, connect, and run
Pick the tool you need, wire in an AI agent for reasoning or data transformation, and run. Your Upstash automation is live.
Supported tools
16 Upstash tools available in AACFlow
Get
Set
Set the value of a key in Upstash Redis with an optional expiration time in seconds.
Delete
List Keys
HSET
HGET
HGETALL
INCR
Atomically increment the integer value of a key by one in Upstash Redis. If the key does not exist, it is set to 0 before incrementing.
INCRBY
Increment the integer value of a key by a given amount. Use a negative value to decrement. If the key does not exist, it is set to 0 before the operation.
EXISTS
Check if a key exists in Upstash Redis. Returns true if the key exists, false otherwise.
SETNX
Set the value of a key only if it does not already exist. Returns true if the key was set, false if it already existed.
LPUSH
Prepend a value to the beginning of a list in Upstash Redis. Creates the list if it does not exist.
LRANGE
Get a range of elements from a list in Upstash Redis. Use 0 and -1 for start and stop to get all elements.
EXPIRE
TTL
Get the remaining time to live of a key in Upstash Redis. Returns -1 if the key has no expiration, -2 if the key does not exist.
Command
Execute an arbitrary Redis command against Upstash Redis. Pass the full command as a JSON array (e.g., [
Frequently asked questions
AACFlow's Upstash integration lets you build AI-powered workflows that automate tasks in Upstash without writing code. Serverless Redis with Upstash You can connect Upstash to hundreds of other services in the same workflow โ from CRMs and spreadsheets to messaging tools and databases.
Start automating Upstash today
Build your first AI workflow with Upstash in minutes. Connect to every tool your team uses. Free to start โ no credit card required.
Build for free โ