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.35k stars 456 forks source link

Conflict of StackExchange.Redis vs StackExchange.StrongName.Redis #279

Closed vijay8059 closed 5 years ago

vijay8059 commented 5 years ago

Hi, I am using CacheManager library for last couple of years. It's very helpful to me. I am facing a issue when i tried to use CacheManager and RedLockNet(Distributed Locking using Redis) as RedLockNet Uses(StackExchange.Redis) . As both the libraries having IConnectionMultiplexer now there is a conflict . As both requires IConnectionMultiplexer but from different name spaces. Is there any way i can resolve?

MichaCo commented 5 years ago

Upgrade both libraries to the version where they use StackExchange.Redis 2.x? CacheManager uses the old strong named package till version 1.1.2. CacheManager 1.2 uses the newer one..

vijay8059 commented 5 years ago

Yes they are using StackExchange.Redis 2.x