I am trying to configure different Redis instances for different purposes, similar to what you would do with the database configuration but either I am missing something or this is not supported. Apparently, the Redis plugin supports adding a map of URIs in the same "cluster" but not something like what I am trying to achieve.
Hi
I am trying to configure different Redis instances for different purposes, similar to what you would do with the database configuration but either I am missing something or this is not supported. Apparently, the Redis plugin supports adding a map of URIs in the same "cluster" but not something like what I am trying to achieve.
So, I would like to do something like
and have different pools or something similar
Is this for some design reason, perhaps something to be considered in future versions?
Best