Redis is an in-memory data structure store used as a database, cache, and message broker.
Use Redis as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.
No triggers available
Returns generic information about the Redis instance
Get the value of a key from Redis
Set the value of a key in Redis
Delete a key from Redis
Atomically increments a key by 1. Creates the key if it does not exist.
Returns all the keys matching a pattern
Push data to a Redis list
Pop data from a Redis list
Publish a message to a Redis channel