LHRchina / redisLinks
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
☆13Updated 4 years ago
Alternatives and similar repositories for redis
Users that are interested in redis are comparing it to the libraries listed below
Sorting:
- 自底向上分析boltdb源码https://www.bookstack.cn/books/jaydenwen123-boltdb_book☆85Updated 3 years ago
- golang写的存储引擎,基于b+树,mmap☆51Updated 2 years ago
- Go 语言编程模式最佳实践☆40Updated 4 years ago
- Implementing bplustree base on disk(kv store).☆34Updated 5 years ago
- 《Redis 设计与实现》笔记☆43Updated 2 years ago
- Go数据库相关学习资料☆26Updated 2 years ago
- rocksdb-6.1.2 KV存储 引擎源码中文注释分析,后期与mongodb默认KV存储引擎wiredtiger进行原理与性能比较,近期持续更新☆119Updated 5 months ago
- ☆86Updated 4 years ago
- redis源码注释 https://github.com/antirez/redis/tree/4.0☆23Updated 8 years ago
- 各种垃圾回收算法的实现,C语言版本☆60Updated 5 years ago
- An embedded key/value database for Go.☆11Updated 4 years ago
- 分布式文档数据库mongodb-5.0(mongos、mongod、wiredtiger存储引擎)源码中文注释分析,近期持续更新(近期重点)☆52Updated 4 months ago
- Protobuf RPC是一种基于TCP协议的二进制RPC通信协议的GO实现. JAVA实现:https://github.com/baidu/Jprotobuf-rpc-socket☆72Updated 11 months ago
- MySQL 5.7.35 源码中文注解☆86Updated 11 months ago
- 分布式文档数据库mongodb-4.4(mongos、mongod、wiredtiger存储引擎)源码中文注释分析,近期持续更新(近期重点)☆118Updated 2 years ago
- translation of blogs and papers in CS☆28Updated 6 years ago
- 用c语言写的dbproxy☆36Updated 3 years ago
- 一款基于gnet开发的RPC微服务框架☆48Updated 4 years ago
- ☆40Updated last year
- ☆181Updated last year
- 加入个人阅读代码注释的etcd raft实现☆205Updated 3 years ago
- my golang sdk package☆41Updated 4 years ago
- 分布式存储系列:分布式 ID,分布式文件系统,复制,对象存储,区块链☆46Updated 8 months ago
- netpoll事件驱动,goroutine协程池化,降低无效协程的资源占用,适用于高连接数(对于低频数据传输的场景,可以大幅降低协程数,提升资源利用率)☆30Updated 6 years ago
- innodb存储引擎深入学习记录,用图片加深理解与记忆☆62Updated 8 years ago
- 《新一代垃圾回收器ZGC设计与实现》一书参考的代码☆34Updated 4 years ago
- 精选了一系列很棒的学习或者练习算法的网址、项目等, 受到 awesome-awesomeness 以及其他 awesome 系列项目的启发。☆18Updated 4 years ago
- Linux 1.2.13 网络协议栈学习☆35Updated 5 years ago
- redis、memcached缓存代理twemproxy源码详细分析注释,带详尽中文注释及函数调用关系☆55Updated 4 years ago
- 简单实现raft协议☆44Updated 2 years ago