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 I try to ADD multiple values in redis timeseries, using redis command TS.MADD i got error ReplyError: ERR wrong number of arguments for 'TS.MADD' command
I have set the payload with simple array = [key, timestamp1, value1,timestamp2, value2,...]
can you help me what Im doing wrong in node-red? here is my flow
you have to repeat the key for each pair of timestamp and value
it looks like (I have not tested it though) that you have to create the key before using TS.MADD
And last but no least, make sure you don't define (even with an empty value) msg.topic
It creates problems in some cases. Again, not tested with this particular command.
when I try to ADD multiple values in redis timeseries, using redis command TS.MADD i got error
ReplyError: ERR wrong number of arguments for 'TS.MADD' command
I have set the payload with simple array = [key, timestamp1, value1,timestamp2, value2,...]
can you help me what Im doing wrong in node-red? here is my flow
Flow Json
`
The text was updated successfully, but these errors were encountered: