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

lrange #28

Closed ggocsei closed 4 years ago

ggocsei commented 4 years ago

Hi!

Thanks for this plugin, you saved my life! :) Now I have some info shortage. I can't figuring out how i have to setup the redis cmd node for lrange. I always get "ReplyError: ERR wrong number of arguments for 'lrange' command" What's the proper syntax in json for exaple for this command: lrange sensors 0 0 ?

Thanks a lot!

Gabor

chameleonbr commented 4 years ago

Redis cmd receives an array as parameter in this case parameters is ['sensors',0,0].