We’re trying to use ServiceStack in scale but one thing that blocks us to do so is that ServiceStack.Redis uses INFO for determining master/slave. Is there a way to not use this particular command while still keeping the ability to identify master and slave correctly? The context here is that our company has banned Redis INFO command due to the fact that it releases critical server config info. Any help is appreciated. Thanks