Skip to content

Commit

Permalink
chore: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luffy2025 committed Dec 3, 2024
1 parent 6629130 commit ef273be
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,27 @@ All notable changes to this project will be documented in this file. See [conven
---
## [unreleased]

### Miscellaneous Chores
### Features

- initialize basic structure for the repo - ([2436bec](https://github.com/tyrchen/qdrant-lib/commit/2436bec4a02caac64f6c1f97ca79b6ce745b4f53)) - Tyr Chen
- first commit - ([8216085](https://github.com/luffy2025/r-redis/commit/82160853a90e38d376813b537f53da15f773f7a2)) - Luffy2025
- support RESP frame encode - ([e7a3b21](https://github.com/luffy2025/r-redis/commit/e7a3b212f51db1763cea230bd672b92a80b2d81f)) - Luffy2025
- support resp decode - ([8fdfda6](https://github.com/luffy2025/r-redis/commit/8fdfda6063bab8505346f261ddef9596f2491102)) - Luffy2025
- support cmd decode - ([9237346](https://github.com/luffy2025/r-redis/commit/9237346363c30bd770f89de888033f6f2f6ccb1d)) - Luffy2025
- add map and hmap command execute - ([1b68a7c](https://github.com/luffy2025/r-redis/commit/1b68a7c1ffa56ebf7335963ad4b6c6b88401a09e)) - Luffy2025
- support redis tcp server - ([22f70bc](https://github.com/luffy2025/r-redis/commit/22f70bc95196e860226e476c8692e999d2021f4d)) - Luffy2025
- support &[u8] and &[u8; N] into BulkString - ([96ff4b1](https://github.com/luffy2025/r-redis/commit/96ff4b1f20d731e4147def9c57e300074149e156)) - Luffy2025
- support hgetall command - ([8e7ccd5](https://github.com/luffy2025/r-redis/commit/8e7ccd51fb27afadbe56ca9c7a03a27484fb017c)) - Luffy2025
- support echo command - ([f9b2005](https://github.com/luffy2025/r-redis/commit/f9b20052010a2f3595c01bc41d6bffb47115e2de)) - Luffy2025
- support echo command with multi args - ([ecc6b46](https://github.com/luffy2025/r-redis/commit/ecc6b466964a08eb647d4147511135e67f565c22)) - Luffy2025
- support hmget command - ([38e5e07](https://github.com/luffy2025/r-redis/commit/38e5e07310e9453800dab8effe41dd6dcc756495)) - Luffy2025
- support NullBulkString and NullArray - ([6629130](https://github.com/luffy2025/r-redis/commit/6629130e3e7457d1ff16f8d6070ea92a375ec178)) - Luffy2025

### Other
### Performance

- init the project and add the assets - ([6a3ca0a](https://github.com/tyrchen/qdrant-lib/commit/6a3ca0a900451c55969cc8dec20afb5351d86599)) - Tyr Chen
- update sort in hgetall test - ([b607662](https://github.com/luffy2025/r-redis/commit/b607662c901920e9e3b2eb6a836cef2b7d6bd917)) - Luffy2025

### Refactoring

- split RespFrame and RespError into frame.rs - ([9460f28](https://github.com/luffy2025/r-redis/commit/9460f28f7055b0d9aed75c3251b1cabbaed384a8)) - Luffy2025

<!-- generated by git-cliff -->

0 comments on commit ef273be

Please sign in to comment.