integrationDetail.label
Redis
Key-value operations with Redis
integrationDetail.overview.title
Connect to any Redis instance to perform key-value, hash, list, and utility operations via a direct connection.
integrationDetail.howItWorks.title
integrationDetail.howItWorks.steps.0.title
integrationDetail.howItWorks.steps.0.body
integrationDetail.howItWorks.steps.1.title
integrationDetail.howItWorks.steps.1.bodyNone
integrationDetail.howItWorks.steps.2.title
integrationDetail.howItWorks.steps.2.body
integrationDetail.tools.title
integrationDetail.tools.description
Get
Get the value of a key from Redis.
Set
Set the value of a key in Redis with an optional expiration time in seconds.
Delete
Delete a key from Redis.
List Keys
List all keys matching a pattern in Redis. Avoid using on large databases in production; use the Redis Command tool with SCAN for large key spaces.
HSET
Set a field in a hash stored at a key in Redis.
HGET
Get the value of a field in a hash stored at a key in Redis.
HGETALL
Get all fields and values of a hash stored at a key in Redis.
HDEL
Delete a field from a hash stored at a key in Redis.
INCR
Increment the integer value of a key by one in Redis.
INCRBY
Increment the integer value of a key by a given amount in Redis.
EXISTS
Check if a key exists in Redis.
SETNX
Set the value of a key in Redis only if the key does not already exist.
LPUSH
Prepend a value to a list stored at a key in Redis.
RPUSH
Append a value to the end of a list stored at a key in Redis.
LPOP
Remove and return the first element of a list stored at a key in Redis.
RPOP
Remove and return the last element of a list stored at a key in Redis.
LLEN
Get the length of a list stored at a key in Redis.
LRANGE
Get a range of elements from a list stored at a key in Redis.
EXPIRE
Set an expiration time (in seconds) on a key in Redis.
PERSIST
Remove the expiration from a key in Redis, making it persist indefinitely.
TTL
Get the remaining time to live (in seconds) of a key in Redis.
Command
Execute a raw Redis command as a JSON array (e.g. [
integrationDetail.faq.title
AACFlow's Redis integration lets you build AI-powered workflows that automate tasks in Redis without writing code. Key-value operations with Redis You can connect Redis to hundreds of other services in the same workflow β from CRMs and spreadsheets to messaging tools and databases.

integrationDetail.startAutomating.title
integrationDetail.startAutomating.description
integrationDetail.startAutomating.cta