LHRchina / redis
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
- 《新一代垃圾回收器ZGC设计与实现》一书参考的代码☆34Updated 4 years ago
- 基于Golang实现的mysql数据库☆28Updated 3 years ago
- golang写的存储引擎,基于b+树,mmap☆51Updated 2 years ago
- Implementing bplustree base on disk(kv store).☆34Updated 5 years ago
- 自底向上分析boltdb源码https://www.bookstack.cn/books/jaydenwen123-boltdb_book☆85Updated 3 years ago
- Go数据库相关学习资料☆26Updated 2 years ago
- ☆87Updated 4 years ago
- 分布式文档数据库mongodb-4.4(mongos、mongod、wiredtiger存储引擎)源码中文注释分析,近期持续更新(近期重点)☆117Updated 2 years ago
- Protobuf RPC是一种基于TCP协议的二进制RPC通信协议的GO实现. JAVA实现:https://github.com/baidu/Jprotobuf-rpc-socket☆70Updated 9 months ago
- 各种垃圾回收算法的实现,C语言版本☆60Updated 5 years ago