Skip to content

Redis Overview

Redis is an open-source BSD Licensed, in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range, radius queries and streams. Redis has built-in replication, scripting, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster

Read the official document of Redis here.

Redis on Connect iPaaS

Using Connect iPaaS, you will be able to build a workflow to monitor or manage different types of Redis data. You can build a workflow to set or get a key in the Redis instance using the Redis Commands based on certain events in other applications. Conversely, you can also add data to your Redis based on other application triggers.

Redis on Connect

Figure 1. Redis Application on Connect iPaaS