Redis Lookup

Supported pipeline types:
  • Data Collector

The Redis Lookup processor performs key-value lookups in Redis and passes the lookup values to fields. For information about supported versions, see Supported Systems and VersionsSupported Systems and Versions in the Data Collector documentation.

Use the Redis Lookup to enrich records with additional data. For example, you can configure the processor to use a city field as the key to look up zip code values in Redis, and pass the values to a new zip_code output field.

When you configure the Redis Lookup processor, you specify whether the processor performs a bulk lookup of all keys in a batch, or performs an individual lookup of each key in a record. You use an expression to define the key to look up in Redis, and specify the output field to write the lookup values to. You also specify the data type of the Redis value.

You can configure the processor to locally cache the key-value pairs to improve performance.

You specify properties to connect to Redis, including the URI of the Redis server. You can also use a connectionconnection to configure the processor.