chameleonbr / node-red-contrib-redis

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

PUB SUB not working #49

Closed mpanichellasura closed 3 years ago

mpanichellasura commented 3 years ago

Hi!, I need create a pub sub in node-red flow, but wiwh publish and subscribe not working, i never arrive a message.

I try do a PUT and GET, and the message is saved to Redis, but never GET the message.

If i execute the command GET i recive null objects

I try multiple options but not working, i dont know that is a bug, but the documentation cant help me to find a solution. can you help me? thanks

chameleonbr commented 3 years ago

Please, first, on redis-cli use the "monitor" command to see if the node-red is connecting on redis, all commands that redis receives is shown on the console. If the error persists send me the JSON code of your flow.

chameleonbr commented 3 years ago

Please check instructions showed above and if the problem persists reopen the issue.