NHibernate.Caches.Redis icon indicating copy to clipboard operation
NHibernate.Caches.Redis copied to clipboard

An NHibernate caching provider for Redis.

Results 9 NHibernate.Caches.Redis issues
Sort by recently updated
recently updated
newest added

Based on the discussion at https://github.com/TheCloudlessSky/NHibernate.Caches.Redis/pull/31, in order to keep compatibity with previous versions of NHibernate, the only change needed to be made is adding the new async methods to...

The upgraded nuspec has not been tested. The sample web project didn't start here, but it's a bit dated.

I got "Could not load file or assembly 'NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference." Environment: VS2015...

Hi, I am having issues getting keys from a cluster node. The below is the exception i am getting. Any ideas ??? System.Reflection.TargetInvocationException: Exception has been thrown by the target...

Our situation: Table "A" has ~100.000.000 records, and has rather specific load pattern - if a row is queried then it is likely it will be queried again few thousand...

I notice the default LockTimeout value is 30 seconds. Is this the time it will attempt to retrieve a value from Redis before failing? Most of my requests take less...

I added this nuget 3.0 beta 4 to an app and I get the error System.Object' to type 'System.Byte[]. Any ideas?

We already use a distributed lock, but this would work where there is more than one Redis instance: http://redis.io/topics/distlock