PutRedisHashRecord 2.0.0

Bundle
org.apache.nifi | nifi-redis-nar
Description
Puts record field data into Redis using a specified hash value, which is determined by a RecordPath to a field in each record containing the hash value. The record fields and values are stored as key/value pairs associated by the hash value. NOTE: Neither the evaluated hash value nor any of the field values can be null. If the hash value is null, the FlowFile will be routed to failure. For each of the field values, if the value is null that field will be not set in Redis.
Tags
hash, put, record, redis
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success FlowFiles having all Records stored in Redis will be routed to this relationship
failure FlowFiles containing Records with processing errors will be routed to this relationship
Writes Attributes
Name Description
redis.success.record.count Number of records written to Redis