带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
☆10,188Aug 26, 2023Updated 2 years ago
Alternatives and similar repositories for redis-3.0-annotated
Users that are interested in redis-3.0-annotated are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 带有详细注释的 Redis 2.6 源码☆2,325Jan 1, 2020Updated 6 years ago
- For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data s…☆73,856Updated this week
- nginx-1.9.2源码通读分析注释,带详尽函数中文分析注释以及相关函数流程调用注释,最全面的nginx源码阅读分析中文注释,更新完毕☆4,207Jul 26, 2021Updated 4 years ago
- brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Mac…☆17,483Updated this week
- Event-driven network library for multi-threaded Linux server in C++11☆16,045Dec 23, 2025Updated 3 months ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- Proxy based Redis cluster solution supporting pipeline and scaling dynamically☆13,232Apr 15, 2024Updated 2 years ago
- LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.☆38,959Mar 11, 2026Updated last month
- libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since…☆8,679Mar 7, 2024Updated 2 years ago
- 后端架构师技术图谱☆60,825Apr 11, 2024Updated 2 years ago
- Raft一致性算法论文的中文翻译☆6,282Apr 23, 2024Updated last year
- 《Redis 设计与实现》(网络版)的书稿源码☆1,517May 1, 2024Updated last year
- TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.☆39,975Updated this week
- Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。☆12,307Mar 10, 2026Updated last month
- 《Redis Command Reference》全文的中文翻译版。☆1,758Oct 17, 2019Updated 6 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 《Designing Data-Intensive Application》DDIA 第一版 / 第二版 中文翻译☆22,889Apr 9, 2026Updated last week
- 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)☆20,061Oct 7, 2025Updated 6 months ago
- 学习笔记☆12,545Feb 6, 2023Updated 3 years ago
- leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。☆594Sep 24, 2021Updated 4 years ago
- Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网//tinyhttpd.sourceforge.net☆12,120Jul 27, 2023Updated 2 years ago
- 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计☆184,142Aug 21, 2024Updated last year
- Distributed reliable key-value store for the most critical data of a distributed system☆51,608Apr 11, 2026Updated last week
- Event notification library☆11,858Apr 1, 2026Updated 2 weeks ago
- 阿里巴巴 MySQL binlog 增量订阅&消费组件☆29,649Apr 2, 2026Updated 2 weeks ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 《The Way to Go》中文译本,中文正式名《Go 入门指南》☆35,134Aug 14, 2024Updated last year
- 本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售☆21,515Feb 26, 2023Updated 3 years ago
- The java implementation of Apache Dubbo. An RPC and microservice framework.☆41,592Updated this week
- Pikiwidb is a Redis-Compatible database developed by Qihoo's infrastructure team.☆6,116Apr 7, 2026Updated last week
- 📚 Go: Under The Hood | Go 语言原本 | https://golang.design/under-the-hood☆4,347Oct 17, 2023Updated 2 years ago
- Go source code analysis(zh-cn)☆4,038Jul 18, 2022Updated 3 years ago
- A golang ebook intro how to build a web with golang☆44,022May 12, 2024Updated last year
- A library that provides an embeddable, persistent key-value store for fast storage.☆31,626Updated this week
- grpc 源码解读☆664Aug 17, 2025Updated 8 months ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。☆9,576Apr 25, 2023Updated 2 years ago
- Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.☆22,409Apr 10, 2026Updated last week
- An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available dis…☆4,214Oct 25, 2024Updated last year
- Your ultimate Go microservices framework for the cloud-native era.☆25,614Apr 4, 2026Updated 2 weeks ago
- 分布式NOSQL redis源码阅读中文分析注释,带详尽注释以及相关流程调用注释,提出改造点,redis cluster集群功能、节点扩容、槽位迁移、failover故障切换、一致性选举完整分析,对理解redis源码很有帮助,解决了source insight中文注释乱码问…☆690Aug 22, 2021Updated 4 years ago
- ☆7,599Nov 19, 2023Updated 2 years ago
- 2025年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。☆37,216Oct 22, 2025Updated 5 months ago