New Cache Provider
Description
Environment
None
Activity
Show:
Fabio Maulo December 17, 2010 at 1:17 PM
The cache provider is a injectable piece of NHibernate.
You can add a wiki in nhforge.org to invite people to use your provider and/or you can propose to redis guys to deploy your provider as a contrib for redis.
Thanks for the proposal.
Who's Looking?
I have developed a new cache provider, based on redis, a very fast key-value store:
http://code.google.com/p/redis/
My cache provider can be found here:
https://github.com/boxerab/NHRedis
Notable features include support for distributed hard locks, and also lock-free semantics.