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

Added Redis Lua script sample flow #54

Closed pauldeng closed 2 years ago

pauldeng commented 2 years ago

Hi,

Thanks for the fantastic module, loving it!

I found the original sample provided is very simple on Redis Lua function.

This PR try to provide some better and more complex samples focusing on how to interact with Redis Lua.

I hope this little contribution can be useful to someone.

Cheers, Paul