Hello Guys, I am trying to create a buffer on n8n + evllution + redis
But, my redis has limited commands, how can I use more complex commands on nodes?
Hello Guys, I am trying to create a buffer on n8n + evllution + redis
But, my redis has limited commands, how can I use more complex commands on nodes?
Welcome to the community
@maletical
If your Redis has limited commands, you can use n8n’s Code Node to write custom JavaScript that can run any complex Redis command you need.
Hope this helps!