cb372/scalacache

select db index of redis

timzaak opened this issue · 2 comments

according to the code, there is no way to select the redis db index without changing RedisCacheBase, but I don't know if this is neccessary for adding the api to select redis db index?

Sorry, I have found the answer.
JedisPool constructor can select default db.

cb372 commented

Correct :)

I’m glad you found the answer before I got a chance to reply.