Is it possible to setup fleet server with multiple...
# fleet
p
Is it possible to setup fleet server with multiple standalone redis servers?
👀 1
m
Hello Phillip! Great question! Fleet does not support connecting to multiple standalone redis servers. The configuration options for Redis only allow specifying a single Redis server address. Redis cluster is supported however if you were interested in scaling horizontally. I'm adding a link to our configuration documentation for reference. https://fleetdm.com/docs/configuration/fleet-server-configuration#redis Out of curiosity, if you were able to accomplish the setup you were looking for, how would you use it or how would that benefit your use of Fleet?
p
Hey Matt, We have internally managed redis but only standalone servers, and they recommend deploying multiple standalone and configuring the application to talk to each in a fail-over mechanism since REDIS is meant to be a caching server. We don't need a feature request for this at this time though as we have options in the near future for clustering.
💡 1
m
Excellent! If that ever changes please don't hesitate to reach out.