Created 03-27-2024 09:05 AM
Hi, I would like to execute redis commands in Nifi such as KEYS WITH PATTERN, ZADD, ZGET and so on. Does anyone has a processor or script that is able to do this? Thanks in advance.
I already have the redis connection pool service working if that helps.
Created 03-27-2024 10:35 AM
@EstebanGD Welcome to the Cloudera Community!
To help you get the best possible solution, I have tagged our NiFi experts @cotopaul @joseomjr who may be able to assist you further.
Please keep us updated on your post, and we hope you find a satisfactory solution to your query.
Regards,
Diana Torres,Created 03-27-2024 10:43 AM
Thanks! I'll be checking the post regularly.
Created 04-09-2024 02:02 PM
Looks like NiFi is might be using GitHub - redis/jedis: Redis Java client under the covers so if it can run the commands you asked about, you might be able to build a custom Groovy processor to run them.