Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

52 lines (29 loc) · 2.15 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.


Bug Fixes

  • hgetall should return array - (d69e9eb) - Tyr Chen

Refactoring

  • move each frame type to its own file - (9de5026) - Tyr Chen

2-10-network - 2024-03-31

Features

  • support redis-server network layer - (ac0b338) - Tyr Chen

2-9-commands - 2024-03-31

Features

  • support get/set, hget/hset/hgetall command - (ee67e56) - Tyr Chen

2-8-frame-decode - 2024-03-31

Features

  • support RespFrame decode - (a3d46d7) - Tyr Chen

[2-7-frame-encoding] - 2024-03-31

Bug Fixes

  • fix clippy issue - (b0f61c7) - Tyr Chen

Features

  • support frame encoding - (5560d0f) - Tyr Chen

Miscellaneous Chores

  • init the simple-redis project - (a42237e) - Tyr Chen