All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.
2-11-refactor-and-bug-fix - 2024-03-31
- hgetall should return array - (d69e9eb) - Tyr Chen
- move each frame type to its own file - (9de5026) - Tyr Chen
2-10-network - 2024-03-31
- support redis-server network layer - (ac0b338) - Tyr Chen
2-9-commands - 2024-03-31
- support get/set, hget/hset/hgetall command - (ee67e56) - Tyr Chen
2-8-frame-decode - 2024-03-31
- support RespFrame decode - (a3d46d7) - Tyr Chen
- fix clippy issue - (b0f61c7) - Tyr Chen
- support frame encoding - (5560d0f) - Tyr Chen
- init the simple-redis project - (a42237e) - Tyr Chen