Skip to content

feat: Add DELPREFIX to delete keys by prefix#2821

Closed
iihimanshuu wants to merge 5 commits intoapache:unstablefrom
iihimanshuu:unstable
Closed

feat: Add DELPREFIX to delete keys by prefix#2821
iihimanshuu wants to merge 5 commits intoapache:unstablefrom
iihimanshuu:unstable

Conversation

@iihimanshuu
Copy link

Description of Changes

I introduced updates in two files: commander.cc and cmd_key.cc. The primary changes involve the CommandDelPrefix and RegisterToCommandTable functions. Additionally, there are numerous lines of code changes due to the application of clang-format, which reformatted the codebase for consistency and readability.

@iihimanshuu iihimanshuu changed the title feat: Add DELPREFIX to delete keys by prefix #2819 feat: Add DELPREFIX to delete keys by prefix Mar 7, 2025
@iihimanshuu
Copy link
Author

@torwig please review

Copy link
Member

@PragmaTwice PragmaTwice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thank you for your contribution!

However, there are still lots of code style changes. If you want to format the code, please use clang-format 14 with respect of our .clang-format in the root directory (clang-format will find the file automatically). Please avoid to introduce unrelated code changes.

Also, the CI workflow will check if the code style is clang-formatted (with correct format configuration) and block the PR if it is not. (like the current situation.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants