Redis

Redis

Redis is an in-memory data structure store used as a database, cache, and message broker.

Visit Website

Triggers & Actions

Use Redis as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.

Triggers

No triggers available

Actions

  • Get Redis Info

    Returns generic information about the Redis instance

  • Get Value

    Get the value of a key from Redis

  • Set Value

    Set the value of a key in Redis

  • Delete Key

    Delete a key from Redis

  • Increment Key

    Atomically increments a key by 1. Creates the key if it does not exist.

  • Get Keys

    Returns all the keys matching a pattern

  • Push to List

    Push data to a Redis list

  • Pop from List

    Pop data from a Redis list

  • Publish Message

    Publish a message to a Redis channel