Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cli supports commands ignoring case #295

Open
Uncle-Justice opened this issue Oct 21, 2023 · 1 comment
Open

Cli supports commands ignoring case #295

Uncle-Justice opened this issue Oct 21, 2023 · 1 comment

Comments

@Uncle-Justice
Copy link
Contributor

uj001@uj001:~/flydb$ ./bin/flydb-client 127.0.0.1:8999

              ______    __             ____     ____ 
             / ____/   / /   __  __   / __ \   / __ )
            / /       / /   / / / /  / / / /  / /_/ /
           / /_      / /   / / / /  / / / /  / __ |
          / __/     / /   / /_/ /  / / / /  / / / / 
         / /       / /    \__, /  / /_/ /  / /_/ /  
        /_/       /_/    ,__/ /  /_____/  /_____/  
                        /____/                                              

flydb $> LPush l1 1
LPush data success
flydb $> lpush l1 1
error: unknown command, try 'help'
@qishenonly
Copy link
Member

At present, FlyDB-Cli exclusively supports uppercase commands and does not handle operations that are case-insensitive.

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

No branches or pull requests

2 participants