Redis

Available when using an authoring Data Collector version 4.1.0 or later.

To create a Redis connection, the Redis stage library, streamsets-datacollector-redis-lib, must be installed on the selected authoring Data Collector.

For a description of the Redis connection properties, see Redis Connection Properties.

After you create a Redis connection, you can use the connection in the following stages:
Engine Stages
Data Collector 4.1.0 or later
  • Redis Consumer origin
  • Redis Lookup processor
  • Redis destination

Redis Connection Properties

When creating a Redis connection, configure the following property on the Redis tab:
Redis Connection Property Description
URI URI of the Redis server. Use the following format:
redis://<host name>:<port number>/<database>

You can omit the database if the server uses the default database.

You can optionally include your password to log in to the Redis server. For example:
redis://:<password>@<host name>:<port number>/<database>