play-plugins icon indicating copy to clipboard operation
play-plugins copied to clipboard

Different redis instances for different purposes?

Open ricardclau opened this issue 11 years ago • 2 comments

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

redis.default.uri: "mycache.redis"
redis.leaderboards.uri: "leaderboards.redis"

and have different pools or something similar

Is this for some design reason, perhaps something to be considered in future versions?

Best

ricardclau avatar Oct 27 '14 11:10 ricardclau

+1

mgosk avatar Mar 16 '16 13:03 mgosk

+1

abhinavrungta avatar Jun 18 '16 22:06 abhinavrungta