Redis Integration
Connect Retool to a Redis database
1. Get Redis connection information
Retool requires a minimum of host, port, and password to connect to Redis. Add these parameters in the resource page and Save. You may also set TSL or ssh tunnel.
2. Create queries
You can now select your newly-created Redis resource from the Resource dropdown when creating queries in your Retool apps.
3. Display data
Once you have data in Redis you can display it in your Retool app. The example below uses a text input and a JSON explorer.
Updated 3 months ago