We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the last couple of days, I have been getting this error. Sorry but I've got no other stacktrace. Unable to understand of why this is happening.
**Code - **
redisClient.get(this.key, function (err, res) { if (err) throw err; if (res) {} }
Error -
ReplyError: ERR wrong number of arguments for 'get' command at parseError (/Users/Kaushik/dev/spiked.sh/escalations/node_modules/redis-parser/lib/parser.js:193:12) at parseType (/Users/Kaushik/dev/spiked.sh/escalations/node_modules/redis-parser/lib/parser.js:303:14)
What could be causing this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For the last couple of days, I have been getting this error. Sorry but I've got no other stacktrace. Unable to understand of why this is happening.
**Code - **
Error -
What could be causing this?
The text was updated successfully, but these errors were encountered: