MichaCo / CacheManager

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
http://cachemanager.michaco.net
Apache License 2.0
2.34k stars 457 forks source link

defaultDatabase number in redis connection string not take effect, the problem in #175 is still existing in version 1.1.2 #216

Closed yk125123 closed 6 years ago

yk125123 commented 6 years ago

I use cachemanager in two web projects, I want to use default database by writing defaultDatabase of connectionString. But two projects all use database 0. So , I think the problem is all existing.

image image image

MichaCo commented 6 years ago

Do you have an example to reproduce it. The unit tests for checking exactly that totally work and I'm pretty sure it is fine; but I could be wrong ;)

yk125123 commented 6 years ago

I'm very sorry for the delay. It's my problem. I should update CacheManager.StackExchange.Redis to 1.1.2. But I still use version 1.1.1. I don't know how to delete this issue. You can delete it. Because It's no useful for anyone else.