Hello,

I would like to create some shared caching mechanism that will be shared
between several Storm nodes (all running the same topology).

What is the recommended way to achieve this?
I'm currently using enums as an in memory cache but as my solution grows
this is quickly becoming problematic.

Would something like Redis work?

Thanks

Reply via email to