Skip to content

Commit

Permalink
Add note about SE.Redis strong naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCloudlessSky committed Jan 15, 2015
1 parent a6e8db9 commit 225ad65
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ public class RequestRecoveryRedisCacheProvider : RedisCacheProvider
```
Then, use `RequestRecoveryRedisCacheProvider` in your `web.config` settings.

StackExchange.Redis and Strong Naming
-------------------------------------

If one of your other libraries references `StackExchange.Redis.StrongName`, and
you're having trouble building, [you can use a build alias on the strongly named
reference](https://github.com/TheCloudlessSky/NHibernate.Caches.Redis/pull/11)
to get things to play nice together.

Changelog
---------

Expand Down

0 comments on commit 225ad65

Please sign in to comment.