JCConf 2023

Your locale preferences have been saved. We like to think that we have excellent support for English in pretalx, but if you encounter issues or errors, please contact us!

Redis 快取設計漫談
2023-10-06 , 402CD

本講座介紹在一個高 QPS 、有基本HA需要的web backend service 中,如何使用Redis 滿足許多系統架構需要,從最簡單的寫穿式快取(write through cache)、預載式快取,到redis 快取鍵值設計(cache key design)幾個常用的情境,最後來講解幾個比較複雜的redis 應用(message queue, lock, rate limiter, etc)


Link to Slide

https://docs.google.com/presentation/d/1cbAUPLYy2ff8iAH_y_xXvRL9y96rp-ZIQ4tpN2g_BCI

Ian Tsai, 在台灣作Java 相關軟體產品開發(Open source, startup)10年,後來搬到美國,加入LinkedIn 、SmartNews 在public cloud 上作MicroServices 後端開發,現在重回startup 繼續努力下一個產品中