Skip to content

Conversation

@Aden-Q
Copy link
Owner

@Aden-Q Aden-Q commented Mar 31, 2025

What does this PR do?

feat: case insensitive for subcommand

This allows us to do:

~ echo -n "key" | xargs redis-async-cli Get
"0"
~ echo -n "key" | xargs redis-async-cli GET
"0"
~ echo -n "key" | xargs redis-async-cli get
"0"

@Aden-Q Aden-Q merged commit 3f2ccf9 into main Mar 31, 2025
2 checks passed
@Aden-Q Aden-Q deleted the dev branch March 31, 2025 01:51
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