Skip to main content

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

PropertyDescriptionRequiredDefault
NameThe name of the Redis Connection.Yes
HostThe host to be used for the Redis Connection.Yeslocalhost
PortThe port to be used for the Redis Connection.Yes6379
PasswordThe password to be used for the Redis Connection.No
Database NumberThe database to be used for the Redis Connection.No0