-
Notifications
You must be signed in to change notification settings - Fork 27
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
failed to Put dial tcp 192.168.0.3:15127: connect: connection refused #93
Comments
Are you able to replace the calls to this package with the default Google ones and see if it is the underlying service getting overloaded instead of anything to do with this package? It could also bee that the API limits have changed ( Line 16 in 8ce2dd5
Line 57 in 8ce2dd5
|
@jongillham |
Apologies — I missed that it was the cache function. I wonder if @someone1 has any idea? I have not used the package in a long time. I would potentially load test https://github.com/qedus/nds/blob/v2.0.5/cachers/redis/redis.go by itself if possible. I can't see anything to help when I search the web. |
@jongillham |
I am getting a connection refusal error in redis server when the ops/sec is more than 2k or sometimes 3k .
I am using version v2(v2.0.5).
what would be the reason for this error.
The text was updated successfully, but these errors were encountered: