Redis Lookup

Redis Lookup processor is often used to improve the performance of our pipeline data, by storing the data in Redis Lookup. To add a Redis Lookup processor to your pipeline, select the processor and join it with the pipeline and click on it to configure.

FieldDescription
Connection NameConnection name for creating Redis connection.
Table NameProvide the Redis cache’s table name.
Fetch ColumnsThe columns that needs to be fetched from Redis cache table.
Lookup ColumnLookup column to fetch data from Redis table.
Batch SizeThe batch size to fetch Redis data from fetch.
ADD CONFIGURATIONOption to add further configurations by providing the key-value pair.
ADD PARAMOption to add further parameters of the connection.
Top