COSCUP x RubyConf TW 2021

Redis 資料結構與實作
年7月31日, 14:00–14:30 (Asia/Taipei), TR212
語言: 漢語


您是否知悉並同意如採遠端形式分享,需提供預錄影片(您需同意大會才能接受您的稿件) – True 英文演講摘要

Redis is an open source in-memory, key-value database that is often used as a cache service to relieve the pressure on back-end databases. Redis offers rich data types such as strings, lists, set, hash table, ordered set, and more, but still provides efficient access and very low memory usage. In this presentation, we will delve into Redis's underlying work and learn about the considerations and techniques used to design the structure of the material.

英文演講標題

Redis data structure implementation

slido url

https://app.sli.do/event/svcjijnu

hackmd url

https://hackmd.io/@coscup/Bk8qLaw0d/%2F%40coscup%2FrkeuLTPC_

演講摘要

Redis 是一個開放原始碼的 in-memory、key-value 資料庫,經常作為快取來減輕後端資料庫的壓力。Redis 提供了豐富的資料類型,如字串、列表、集合、雜湊表、有序集合等,但仍能提供高效率的存取速度與極低的記憶體使用量。在這場演講中,將深入說明 Redis 的底層實作,了解設計資料結構時的考量與技巧。

演講長度

30