Re: how to write date to redis

2017-05-02 Thread Matt Burgess
Jython is not the most performant script engine, if you are familiar with Groovy or Javascript I would recommend porting to one of those for better performance. There are some examples [1] [2] of in-progress development of Redis processors for NiFi. Although they are fetching from Redis, not

Re: how to write date to redis

2017-05-02 Thread Bryan Bende
Hello, I can't say for sure why your script isn't performing well, but I would guess that you would get better performance from a custom processor written in Java that wrapped a Redis client like Jedis. If you are interested in working on this I think it would be something the community would be

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