I'm learning flow tutorials and running into a security issue that the package "redis" used by flow is listening to the whole internet.
See https://redis.io/topics/security
The solution is to bind redis to 127.0.0.1 in redis.conf listed in above link. However it seems like flow is calling redis from ray, and I'm not sure how this works in flow.
Is there a fast solution to fix this?
Thanks!