Markdown是一個輕量級的標記語言,使用普通文本編輯器就能快速編寫,不只顯示格式豐富,功能也絕不含糊,分享一個md格式的API請求流程圖。緩存
start=>start: API請求 cache=>operation: 讀取Redis緩存 cached=>condition: 是否有緩存? sendMq=>operation: 發送MQ,後臺服務更新緩存 info=>operation: 讀取信息 setCache=>operation: 保存緩存 end=>end: 返回信息 start->cache->cached cached(yes)->sendMq cached(no)->info info->setCache setCache->end sendMq->end
顯示效果:
編輯器
start=>start: 接收到消息 info=>operation: 讀取信息 setCache=>operation: 更新緩存 end=>end: 處理結束 start->info->setCache->end
顯示效果:
ide
md在線編輯器:https://www.mdeditor.com/code