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

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

Open
svdasein opened this issue Jan 29, 2023 · 1 comment
Open

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

svdasein opened this issue Jan 29, 2023 · 1 comment

Comments

@svdasein
Copy link

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
Copy link
Author

Found it. msg topic overrides node topic.

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