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

preserve msg information in RedisCmd node #2

Closed inoc603 closed 8 years ago

inoc603 commented 8 years ago

There might be extra information in the input msg object. Changing msg.payload then send msg is better than just sending {payload: res}