Skip to content

Releases: tyr-rust-bootcamp/02-simple-redis

v8-6-extra-fix-map-length-bug

25 May 04:54
1f71e5b
Compare
Choose a tag to compare

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

23 May 05:45
c4776e1
Compare
Choose a tag to compare

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

21 May 05:31
50f6744
Compare
Choose a tag to compare

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

31 Mar 06:10
ee67e56
Compare
Choose a tag to compare

2-9-commands - 2024-03-31

Features

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

v2-8-frame-decode

31 Mar 04:26
a3d46d7
Compare
Choose a tag to compare

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

Features

  • support RespFrame decode - (a3d46d7) - Tyr Chen

v2-7-frame-encoding

31 Mar 02:00
b0f61c7
Compare
Choose a tag to compare

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

Bug Fixes

  • fix clippy issue - (b0f61c7) - Tyr Chen

Features

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

v2-11-refactor-and-bug-fix

31 Mar 18:25
d69e9eb
Compare
Choose a tag to compare

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

v2-10-network

31 Mar 15:49
ac0b338
Compare
Choose a tag to compare

2-10-network - 2024-03-31

Features

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