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

ReplyError: ERR wrong number of arguments for 'hmset' command #59

Open
pmattia90 opened this issue Apr 17, 2023 · 0 comments
Open

ReplyError: ERR wrong number of arguments for 'hmset' command #59

pmattia90 opened this issue Apr 17, 2023 · 0 comments

Comments

@pmattia90
Copy link

When use the redis-command node, parser.js throw an error when using UPPERCASE letters. If i export and reimport the node, changing the UPPERCASE command into lowercase, everything works as usual.

This is the error coming from the debug window of Node-Red
ReplyError: ERR wrong number of arguments for 'hmset' command
at parseError (/home/test/.node-red/node_modules/redis-parser/lib/parser.js:179:12)
at parseType (/home/test/.node-red/node_modules/redis-parser/lib/parser.js:302:14)

This happens also with other command, but not every command.
It can be reproduced using the demo flow for demonstration and choosing the hmset command node, reselecting the command that has to be done.

@pmattia90 pmattia90 changed the title eplyError: ERR wrong number of arguments for 'hmset' command ReplyError: ERR wrong number of arguments for 'hmset' command Apr 17, 2023
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

1 participant