Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

RUN REDIS COMMANDS IN NIFI

avatar
New Contributor

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.

3 REPLIES 3

avatar
Community Manager

@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,
Community Moderator


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
New Contributor

Thanks! I'll be checking the post regularly.

avatar
Super Collaborator

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.