Redis Lookup

Perform key-value lookups within a Redis database, enriching records with additional data.

Configure bulk or individual lookups, and use the results to populate new fields in the records.

This processor can significantly enhance data processing by adding relevant information from Redis, which can be particularly useful for applications that require real-time data enrichment.

To add a Redis Lookup processor to your pipeline, add it to your pipeline from the components panel and click to configure.

Processor Configuration

Configure the processor parameters as explained below.

Connection Name

Connection name for creating Redis connection. Create one from Connections page as explained in the topic - Redis Connection →


Override Credential

Select the override credentials option check-box for overriding the credentials.

Provide details for these parameters when overriding credentials for the selected connection. Refer to Redis Connection topic to learn more.

  • Username: Username for Redis authentication.

  • Password: Password for Redis authentication.


Table Name

Provide the Redis cache’s table name.


Output Column

The column that needs to be fetched from Redis cache table.


Lookup Data Column

Lookup column to fetch data from Redis table.


Batch Size

The batch size to fetch Redis data from fetch.


**ADD CONFIGURATION:**Option to add further configurations by providing the key-value pair.

**ADD PARAM:**Option to add more parameters.

Top