how to write date to redis

2017-05-01 Thread L Robin
Hello everyone, Now I want write the flowfile data to redis,I use the ExecuteScript processor with python,buth the performance is too low,Who can give me some advice! Thanks

How to save data to redis

2017-03-17 Thread L Robin
Hi, I'd like to save the flow file contents to redis,I want to use ExecuteScript to deal it,but the session can not load the the third party relies on.who can give me some good idea for hao to save data to redis thanks

ExecuteScript for lua

2017-03-14 Thread L Robin
Thanks Matt. This will be helpful to get started.And I will try it later

ExecuteScript for lua

2017-03-14 Thread L Robin
Hi, I am using lua with ExecuteScript,and i am must get the flowFile from upstream for use session:get() and then i must deal with the flowFile,in the end write the flowFile to the downstream,can you help me and give me a simple example.Thank You!!