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.
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?