Redis Configuration
Redis is an open-source, in-memory data structure store, used as a database, cache, and message broker. You can use Redis as a data source in your workflows. To use Redis as a data source, you need to configure the Redis connection in the workflow.
Configurations
Property | Description | Required | Default |
---|---|---|---|
Name | The name of the Redis Connection. | Yes | |
Host | The host to be used for the Redis Connection. | Yes | localhost |
Port | The port to be used for the Redis Connection. | Yes | 6379 |
Password | The password to be used for the Redis Connection. | No | |
Database Number | The database to be used for the Redis Connection. | No | 0 |