The idea is:
Recently, I started moving from using a public network to a private network (mainly for postgress) which is where I have most of the egress, but when I wanted to do the same for Redis I have found that won’t be possible as ioredis that’s in use by bull it assumes the connection to Redis will be done with ipv4, but my provider only allows ipv6 for private network
My use case:
Allow me to use private network on Redis and save costs by not sending data through the public network.
I think it would be beneficial to add this because:
Redis usage with n8n is pretty low, at least in my use case, but I’m sure there maybe other n8n instances with high-demand usage that would be beneficial to use a private network if they like.