Spin up a Redis-Stack Serverarrow-up-right using Docker
docker run -d --name redis-stack-server -p 6379:6379 redis/redis-stack-server:latest
Add a new Redis node on canvas.
Create new Redis credential.
Select type of Redis Credential. Choose Redis API if you have username and password, otherwise Redis URL:
Fill in the url:
Now you can start upserting data with Redis:
Navigate to Redis Insight portal, and to your database, you will be able to see all the data that has been upserted:
Last updated 1 year ago