Open
Description
Hey all 🙂
I'm wondering if there was delibrate reason param["url"]
was chosen as the connection pool key in the ConnectionFactory
? Two cache configurations could still have the same URL. Once the first connection is created, any subsequent request will use the first parameters applied, regardless of which cache alias is requested from django.core.cache.caches
.
If this is not desired behaviour I can open an PR to provide a workaround.
Thanks!