How can I install on n8n or use custom comamands on redis node?

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 :tada: @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!