How to refresh the redis cache in Apache flink?
I have a requirement to read the data from redis cache in flink, but as per the requirements the cache data will be refreshed on an average every two hours. I was going through the documentation and other stackoverflow questions…