Redis (Remote Dictionary Server) is an open-source in-memory data structure store. Due to the nature of being fast, scalable, and highly available, Redis is a popular choice for applications that require real-time data processing, high throughput, and low latency.
- Get Redis database connection parameters from the database owner.
- Refer to IP allowlist to add IP addresses of Lowcoder to your allowlist (if needed).
Follow the steps below:
- Create a new data source in two ways. Note that this permission is restricted to workspace admins and developers.
- Navigate to the Data Sources tab on Lowcoder Homepage and click New data source.
- When creating a new query in the app editor, click + New > + New data source.
- Select Database > Redis as the data source type.
- Set its name and configure the parameters according to your Connection Type:
- Regular: Host, port, database name (required); user name, password (optional)
- URI: URI
- (Optional) Click Test connection to check whether the new data source is successfully connected.
- Click Save, and it will be saved to your data source library.