-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error running using redis CLI #1207
Comments
@JyotinderSingh @lucifercr07 this is happening due to #993 |
@lucifercr07 can you pls revert #993 back as it is still creating issue at local environment running the dicedb server? |
do we know what the issue is?
|
@tejasa97 can you please try with https://github.com/DiceDB/dicedb-cli, meanwhile will look into this. |
will do. thanks |
Hi @tejasa97, @shashi-sah2003, for now if dicedb-cli does not work for you, you can comment out the following lines in eval.go. case Docs:
return evalCommandDocs(args[1:]) |
yeah it's working now |
Steps to reproduce
redis-cli -p 7379
Expected output
The expected output when the above set of commands (maybe when run on Redis)
Observed output
The observed output when the above set of commands when run on DiceDB
The text was updated successfully, but these errors were encountered: