We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have issues running the Sample app that has been provided. I below error
2016-02-09 15:02:42.1379 SampleUsageMVCApp.MvcApplication Unhandled RedisSessionProvider exception System.MissingMethodException: Method not found: 'System.Nullable`1<Int32> StackExchange.Redis.ConfigurationOptions.get_DefaultDatabase()'. at RedisSessionProvider.Redis.RedisConnectionWrapper..ctor(String connIdentifier, ConfigurationOptions connOpts) at RedisSessionProvider.RedisSessionStateStoreProvider.RedisConnWrapperFromContext(HttpContextBase context) in RedisSessionStateStoreProvider.cs:line 463 at RedisSessionProvider.RedisSessionStateStoreProvider.SerializeToRedis(HttpContextBase context, RedisSessionStateItemCollection redisItems, String currentRedisHashId, TimeSpan expirationTimeout) in RedisSessionStateStoreProvider.cs:line 374 at RedisSessionProvider.RedisSessionStateStoreProvider.SetAndReleaseItemExclusive(HttpContext context, String id, SessionStateStoreData item, Object lockId, Boolean newItem) in RedisSessionStateStoreProvider.cs:line 302
I didn't change the code except for changing the Redis IP address.
The text was updated successfully, but these errors were encountered:
I'm also facing same issue. any solution?
Sorry, something went wrong.
No branches or pull requests
I have issues running the Sample app that has been provided. I below error
I didn't change the code except for changing the Redis IP address.
The text was updated successfully, but these errors were encountered: