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

Error running using redis CLI #1207

Open
vanshavenger opened this issue Oct 27, 2024 · 7 comments
Open

Error running using redis CLI #1207

vanshavenger opened this issue Oct 27, 2024 · 7 comments
Assignees

Comments

@vanshavenger
Copy link
Contributor

Steps to reproduce

redis-cli -p 7379

Expected output

The expected output when the above set of commands (maybe when run on Redis)

Should run as expected like earlier

Observed output

The observed output when the above set of commands when run on DiceDB

Screenshot 2024-10-27 at 8 49 34 PM
@shashi-sah2003
Copy link
Contributor

shashi-sah2003 commented Oct 29, 2024

@JyotinderSingh @lucifercr07 this is happening due to #993
pls revert it to fix this
PS: @lucifercr07 mentioned this on discord

@lucifercr07 lucifercr07 self-assigned this Oct 29, 2024
@shashi-sah2003
Copy link
Contributor

@lucifercr07 can you pls revert #993 back as it is still creating issue at local environment running the dicedb server?

@tejasa97
Copy link

tejasa97 commented Nov 3, 2024

do we know what the issue is?
i'm still unable to run this locally with

redis-cli -p 7379

@lucifercr07
Copy link
Contributor

@tejasa97 can you please try with https://github.com/DiceDB/dicedb-cli, meanwhile will look into this.

@tejasa97
Copy link

tejasa97 commented Nov 5, 2024

will do. thanks

@apoorvyadav1111
Copy link
Contributor

apoorvyadav1111 commented Nov 5, 2024

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:])

@shashi-sah2003
Copy link
Contributor

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

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

5 participants