TheCloudlessSky / NHibernate.Caches.Redis

An NHibernate caching provider for Redis.
MIT License
59 stars 39 forks source link

Switch to StackExchange.Redis instead of ServiceStack.Redis #7

Closed Tazer closed 10 years ago

TheCloudlessSky commented 10 years ago

Wow - great work getting this far! On another project I maintain, I'm also switching over to StackExchange.Redis. I'm maintaining a PR that has all of the things necessary to do so. Here's the list we'll need to get this fully implemented:

So, what I'm going to do is create a separate branch, stackexchange-redis, to maintain these changes. I'm going to pull in your code and do some fix-ups (like keeping some of the naming conventions of private variables etc.) Then I'm going to re-work some of it so that the build process will support .NET 4 and 4.5. I'm also going to have to add some references back to the ServiceStack.Redis project since we'll most likely have borrowed some code (distributed locking etc).

Thanks again - I really appreciate all of the leg work you did on this one!

Tazer commented 10 years ago

Always nice to contribute to open source projects,

Big Thanks to @MattiasJakobsson for the work :+1:

MattiasJakobsson commented 10 years ago

Hey, glad I could help :)

TheCloudlessSky commented 10 years ago

I'm going to close this one in favor of #8 so that we can track the code changes.