Closed vanshavenger closed 1 day ago
@JyotinderSingh @lucifercr07 this is happening due to https://github.com/DiceDB/dice/pull/993 pls revert it to fix this PS: @lucifercr07 mentioned this on discord
@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? i'm still unable to run this locally with
redis-cli -p 7379
@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:])
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
Closing, merged as part of #1312
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