Hi Folks. Is a remote redis endpoint needed for Fl...
# kolide
e
Hi Folks. Is a remote redis endpoint needed for Fleet? I am planning to scale fleet to several servers -- will I need one redis for all of them (similar to mysql) or can each Fleet node have its own local redis?
s
Redis is required for distributed queries
e
Will I need a single redis instance for all my fleet nodes, or can I run a local redis instance on each fleet node?
s
I believe you would need one redis for it to work properly, as the results may come into different fleet endpoints if you have multiple.