chameleonbr / node-red-contrib-redis

Node RED client for Redis with pub/sub, list, lua scripting and other commands support.
MIT License
46 stars 42 forks source link

Node doesn't actually set a value in redis #58

Open svdasein opened 1 year ago

svdasein commented 1 year ago

I'm kind of at a loss - I've been poking at this for hours but just can't seem to find the magic incantation here.

I'm attempting to set a value in database 9. I've got payload set to a string, I've set the topic in the "command" node to the name of the thing I want to set, I've set the command to SET, and I've got the correct database number selected. When the string value goes in I get an OK back out. But if I MONITOR traffic on the redis server for the topic, I never actually see the set command come through. It just seems to do nothing.

Any idea what I'm doing wrong?

svdasein commented 1 year ago

Found it. msg topic overrides node topic.