Releases: luffy2025/r-redis
Releases · luffy2025/r-redis
v2-4-hmget-hgetall
[2-4-hmget-hgetall] - 2024-12-03
Features
- support RESP frame encode - (e7a3b21) - Luffy2025
- support resp decode - (8fdfda6) - Luffy2025
- support cmd decode - (9237346) - Luffy2025
- add map and hmap command execute - (1b68a7c) - Luffy2025
- support redis tcp server - (22f70bc) - Luffy2025
- support &[u8] and &[u8; N] into BulkString - (96ff4b1) - Luffy2025
- support hgetall command - (8e7ccd5) - Luffy2025
- support echo command - (f9b2005) - Luffy2025
- support echo command with multi args - (ecc6b46) - Luffy2025
- support hmget command - (38e5e07) - Luffy2025
- support NullBulkString and NullArray - (6629130) - Luffy2025
Miscellaneous Chores
- update CHANGELOG.md - (ef273be) - Luffy2025
Performance
- update sort in hgetall test - (b607662) - Luffy2025
Refactoring
- split RespFrame and RespError into frame.rs - (9460f28) - Luffy2025