You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go run main.go --engine ironhawk --log-level debug
Start the DiceDB CLI
$ go run main.go --engine ironhawk
Fire the commands
localhost:7379> GET
ERR wrong number of arguments for 'GET' command
localhost:7379> GET k1
ERR wrong number of arguments for 'GET' command
localhost:7379> GET k1
ERR wrong number of arguments for 'GET' command
If the first time there is an error in number of arguments, then the error continues even if we pass the right number of arguments. Must be some dirty buffer or variable.
Steps to patch
setup DiceDB server locally from source - instructions
setup DiceDB CLI locally from source - instructions
Follow the contribution guidelines
These are general guidelines to follow before you submit a patch. Please mark them as done
once you complete them
Start the DiceDB server
Start the DiceDB CLI
Fire the commands
If the first time there is an error in number of arguments, then the error continues even if we pass the right number of arguments. Must be some dirty buffer or variable.
Steps to patch
Follow the contribution guidelines
These are general guidelines to follow before you submit a patch. Please mark them as done
once you complete them
make lint
on your local copy of the codebaseThe text was updated successfully, but these errors were encountered: