-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
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
StackExchange of C# cannot connect successfully #201
Comments
According to this article you may want to separate the params individually.
|
Hi, @tidwall , Thank you for your reply. But the error happens on the method "ConnectionMultiplexer.Connect". The error message is :
If I use ServiceStack.Redis library, the error will be "No master found". |
I just pushed an update to the master branch that fixes the exception with The problem was that the StackExchange client sent an I added the |
That is great! Thanks! |
You're welcome. 😊 |
Great job!
I'm in trouble When connecting to the server using StackExchange client. When connecting, the server output the message 'An existing connection was forcibly closed by the remote host.'
Can you help me? thx!
Here is my code snippet:
The text was updated successfully, but these errors were encountered: