private ServerEndPoint Any(RedisCommand command, CommandFlags flags)
 {
     return(multiplexer.AnyConnected(serverType, (uint)Interlocked.Increment(ref anyStartOffset), command, flags));
 }