[
https://issues.apache.org/jira/browse/NIFI-8706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17452754#comment-17452754
]
Steven Koon commented on NIFI-8706:
-----------------------------------
Is something like this what your asking for?
* The processor should have a property to select the
“RedisConnectionPoolService”
* There should be a property for “TTL”
* It should have a property for “Command Type” that is used to select which
REDIS command statement the processor will perform and support the following
commands: HDEL, HGET, HGETALL, HINCRBY, HINCRBYFLOAT, HKEYS, HLEN,
HSET,HSTRLEN, HVALS.
* There should be a property for “Hash Key” that is used to define the
attribute from the input flowfile.
* The input flowfile content should be in json format and used to populate the
REDIS command field/values.
* There should be the property for selecting a “Record Writer” for commands
that return a result.
> Add support for Redis Lists and Hashes
> --------------------------------------
>
> Key: NIFI-8706
> URL: https://issues.apache.org/jira/browse/NIFI-8706
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Affects Versions: 1.8.0, 1.13.2
> Reporter: Doug Houck
> Priority: Major
> Labels: newbie, performance
>
> Nifi supports Redis interactions, but only for Keys. From a Redis
> perspective, this is a poor use of resources. Lists and Hashes only required
> one key per. It would be nice to have the ability to interact with Redis
> Lists and Hashes in a Nifi Processor.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)