Releases: tyr-rust-bootcamp/02-simple-redis
Releases · tyr-rust-bootcamp/02-simple-redis
v8-6-extra-fix-map-length-bug
8-6-extra-fix-map-length-bug - 2024-05-25
Bug Fixes
- apparently there's a bug for the length of the map - (1f71e5b) - Tyr Chen
v8-6-benchmark-test-on-v1-and-v2-decoder
8-6-benchmark-test-on-v1-and-v2-decoder - 2024-05-23
Features
- use criterion for performance benchmark - (c4776e1) - Tyr Chen
v8-5-winnow-resp-parser
8-5-winnow-resp-parser - 2024-05-21
Features
- use winnow to parse resp protocol - (50f6744) - Tyr Chen
Miscellaneous Chores
- update change log - (9f24708) - Tyr Chen
v2-9-commands
2-9-commands - 2024-03-31
Features
- support get/set, hget/hset/hgetall command - (ee67e56) - Tyr Chen
v2-8-frame-decode
v2-7-frame-encoding
v2-11-refactor-and-bug-fix
2-11-refactor-and-bug-fix - 2024-03-31
Bug Fixes
- hgetall should return array - (d69e9eb) - Tyr Chen
Refactoring
- move each frame type to its own file - (9de5026) - Tyr Chen