Rate limit node using Redis

It would help if there was a node for:

branching the execution based on a rate limit.

My use case:

is an procedure that must be executed only 5 times per second. Otherwise the requests should be stored to try later.

Any resources to support this?

More people have requested something similar: Rate limit capability for nodes and Handling rate limiting

Are you willing to work on this?

Done feat(redis): Add a Redis based rate limiter by tinti · Pull Request #3692 · n8n-io/n8n · GitHub