For the complete documentation index, see llms.txt. This page is also available as Markdown.

Redis Connection

Integrate Redis in your IoT Solution with Thingsup. Connect Redis Databases and run queries to insert/get data via MQTT or HTTP APIs.

This provides a connection to User's Redis Database. User need to provide following parameters to establish a connection to their Redis database.

  • Host - Public DNS/IP of Redis Database

  • Port - Redis Port Number

  • Database - Database Number 0-15

  • Mode - Redis Server Type Single/Cluster

  • Password - Redis Authentication Key

Add Redis Connection

Please note the following points:

  • Database number is not applicable in Cluster Mode.

  • localhost database is not supported. You can connect your local Redis server with tunneling service like ngrok

Last updated

Was this helpful?