DiceDB / dice

DiceDB is a redis-compliant, reactive, scalable, highly-available, unified cache optimized for modern hardware.
https://dicedb.io/
Other
6.83k stars 1.08k forks source link

Error running using redis CLI #1207

Closed vanshavenger closed 1 day ago

vanshavenger commented 3 weeks ago

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 commented 3 weeks 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

shashi-sah2003 commented 2 weeks ago

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

tejasa97 commented 2 weeks ago

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

redis-cli -p 7379
lucifercr07 commented 2 weeks ago

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

tejasa97 commented 2 weeks ago

will do. thanks

apoorvyadav1111 commented 2 weeks ago

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 commented 2 weeks ago

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

lucifercr07 commented 1 day ago

Closing, merged as part of #1312