sargx digital garden

Home

❯

Computer $h1t

❯

Databases

❯

Redis

Redis

Feb 17, 20261 min read

How and why Redis is so fast:

  • Redis is an on-memory (RAM) database.
  • It is single thread (no-lock system).
  • Utilizes IO multiplexing to deal with simultaneously connections.
  • Simple implementation of data structures due to the lack worries of persistence details.

https://redis.com/ebook/part-2-core-concepts/chapter-8-building-a-simple-social-network/8-2-home-timeline/


🌱 Back to Garden


Graph View

Backlinks

  • Databases

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community