I'm using nHibernate 3.1 and ActiveRecord 3.0 and I'm trying to get Membase server to work following this article: http://blog.ovesens.net/2011/02/nhibernate-membase-caching-provider/
开发者_如何学编程but I'm not sure how to configure ActiveRecord with it?
Thanks in advance. Aaron.
The article discusses using Membase as a cache, not as a system to query from ActiveRecord. The idea here would be that Membase is a highly-available cache for the system.
精彩评论