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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: