Closed futurify-ydang closed 5 years ago
Hey! If RedisCacheProvider.SetConnectionMultiplexer
is called more than once, it will throw this exception. So, you're either calling it from somewhere else or the code that you pasted is being called more than once.
thanks for your comments. I have call it twice so that this exception has been thrown
I have configure second level cache for NHibernate to use redis cache in my project. But i just face
The connection multiplexer can only be configured once
exception. Can you show me the reason? Thanks