Redis

Prerequisite

  1. Spin up a Redis-Stack Server using Docker

docker run -d --name redis-stack-server -p 6379:6379 redis/redis-stack-server:latest

Setup

  1. Add a new Redis node on canvas.

  2. Create new Redis credential.

  1. Select type of Redis Credential. Choose Redis API if you have username and password, otherwise Redis URL:

  1. Fill in the url:

  1. Now you can start upserting data with Redis:

  1. Navigate to Redis Insight portal, and to your database, you will be able to see all the data that has been upserted:

Last updated