Re: How to save data to redis

2017-03-17 Thread Matt Burgess
I have an example on my blog using Hazelcast [1], the approach for Redis should be the same, just point at the folder containing the client JARs, then you should be able to use their Java API to connect and interact with Redis. Regards, Matt [1]

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