A simple redis-like database, written in Golang
- event-loop: implementation based on EVIO (a event-loop networking library)
- command: set/get
- Persistence: Append Only File (AOF)
- command: zset
- Persistence: Redis Database File (RDB)
- Redis
- Godis
- Codis
一个简单的"类redis"数据库, 用golang实现
- 事件循环机制: 依赖EVIO库实现 (基于事件驱动的网络库)
- 命令: set/get
- 持久化: Append Only File (AOF)
- 命令: zset
- 持久化: Redis Database File (RDB)
- Redis
- Godis
- Codis