<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>内存数据库 on 西贝的代码宇宙</title><link>https://mrsibe.top/tags/%E5%86%85%E5%AD%98%E6%95%B0%E6%8D%AE%E5%BA%93/</link><description>Recent content in 内存数据库 on 西贝的代码宇宙</description><generator>Hugo -- 0.147.7</generator><language>zh</language><lastBuildDate>Tue, 01 Sep 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://mrsibe.top/tags/%E5%86%85%E5%AD%98%E6%95%B0%E6%8D%AE%E5%BA%93/index.xml" rel="self" type="application/rss+xml"/><item><title>用 Go 实现 Redis（二）：用 map 实现内存数据库与命令分发</title><link>https://mrsibe.top/godis-2/</link><pubDate>Tue, 01 Sep 2026 10:00:00 +0800</pubDate><guid>https://mrsibe.top/godis-2/</guid><description>本文是「用 Go 实现 Redis」系列的第二篇。我们先用 map 与读写锁实现一个简单的内存数据库，再用 Object 统一不同类型的数据，最后通过命令注册表，把 RESP 请求分发到对应的命令处理函数。</description></item></channel></rss>