带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
☆10,206Aug 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,324Jan 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,553Updated this week
- nginx-1.9.2源码通读分析注释,带详尽函数中文分析注释以及相关函数流程调用注释,最全面的nginx源码阅读分析中文注释,更新完毕☆4,209Jul 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,474Mar 16, 2026Updated last week
- Event-driven network library for multi-threaded Linux server in C++11☆16,022Dec 23, 2025Updated 3 months ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- Proxy based Redis cluster solution supporting pipeline and scaling dynamically☆13,239Apr 15, 2024Updated last year
- LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.☆38,927Mar 11, 2026Updated 2 weeks ago
- 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,683Mar 7, 2024Updated 2 years ago
- 后端架构师技术图谱☆60,833Apr 11, 2024Updated last year
- Raft一致性算法论文的中文翻译☆6,283Apr 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,926Updated this week
- Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。☆12,303Mar 10, 2026Updated 2 weeks ago
- 《Redis Command Reference》全文的中文翻译版。☆1,760Oct 17, 2019Updated 6 years ago
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- 《Designing Data-Intensive Application》DDIA 第一版 / 第二版 中文翻译☆22,828Feb 24, 2026Updated last month
- 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)☆20,057Oct 7, 2025Updated 5 months ago
- 学习笔记☆12,550Feb 6, 2023Updated 3 years ago
- leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。☆593Sep 24, 2021Updated 4 years ago
- Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网//tinyhttpd.sourceforge.net☆12,116Jul 27, 2023Updated 2 years ago
- 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计☆184,007Aug 21, 2024Updated last year
- Distributed reliable key-value store for the most critical data of a distributed system☆51,713Mar 21, 2026Updated last week
- Event notification library☆11,853Mar 22, 2026Updated last week
- 阿里巴巴 MySQL binlog 增量订阅&消费组件☆29,636Feb 12, 2026Updated last month
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- 《The Way to Go》中文译本,中文正式名《Go 入门指南》☆35,158Aug 14, 2024Updated last year
- 本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售☆21,529Feb 26, 2023Updated 3 years ago
- The java implementation of Apache Dubbo. An RPC and microservice framework.☆41,712Updated this week
- Pikiwidb is a Redis-Compatible database developed by Qihoo's infrastructure team.☆6,115Mar 9, 2026Updated 2 weeks ago
- 📚 Go: Under The Hood | Go 语言原本 | https://golang.design/under-the-hood☆4,350Oct 17, 2023Updated 2 years ago
- Go source code analysis(zh-cn)☆4,040Jul 18, 2022Updated 3 years ago
- A golang ebook intro how to build a web with golang☆44,152May 12, 2024Updated last year
- A library that provides an embeddable, persistent key-value store for fast storage.☆31,665Updated this week
- grpc 源码解读☆663Aug 17, 2025Updated 7 months ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。☆9,580Apr 25, 2023Updated 2 years ago
- Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.☆22,380Updated this week
- An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available dis…☆4,209Oct 25, 2024Updated last year
- Your ultimate Go microservices framework for the cloud-native era.☆25,567Updated this week
- 分布式NOSQL redis源码阅读中文分析注释,带详尽注释以及相关流程调用注释,提出改造点,redis cluster集群功能、节点扩容、槽位迁移、failover故障切换、一致性选举完整分析,对理解redis源码很有帮助,解决了source insight中文注释乱码问…☆690Aug 22, 2021Updated 4 years ago
- ☆7,606Nov 19, 2023Updated 2 years ago
- 2025年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。☆37,222Oct 22, 2025Updated 5 months ago