Hi,
I am facing the following error:
No connection is available to service this operation: EXISTS lic-pch-tremblays||FEATURESCOUNT; An existing connection was forcibly closed by the remote host; IOCP: (Busy=1,Free=399,Min=200,Max=400), WORKER: (Busy=1,Free=399,Min=200,Max=400), Local-CPU: n/a
at StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl[T](Message message, ResultProcessor1 processor, ServerEndPoint server) at StackExchange.Redis.RedisBase.ExecuteSync[T](Message message, ResultProcessor1 processor, ServerEndPoint server)
at StackExchange.Redis.RedisDatabase.KeyExists(RedisKey key, CommandFlags flags)
at inteGREAT.Web.Common.RedisHelper.KeyExist(String key)
SocketFailure on NCRTFSDEV:6379/Subscription, origin: Read, input-buffer: 0, outstanding: 0, last-read: 48s ago, last-write: 48s ago, unanswered-write: 14701s ago, keep-alive: 60s, pending: 0, state: ConnectedEstablished, in: 0, ar: 1, last-heartbeat: 0s ago, last-mbeat: 0s ago, global: 0s ago, mgr: ProcessReadQueue, err: never
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at StackExchange.Redis.PhysicalConnection.StackExchange.Redis.ISocketCallback.Read()
An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
kindly investigate and identify the root cause of this issue.