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
when using the official redis go-redis client to try and use pubsub I keep getting an error from this line: https://github.com/redis/go-redis/blob/84706fbcef7646495eecc6bff22f952114459f1c/pubsub.go#L168
the error message takes the following form:
redis: 2023/06/01 xx:xx:xx pubsub.go:168: redis discarding bad PubSub connection: redis: ping timeout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when using the official redis go-redis client to try and use pubsub I keep getting an error from this line:
https://github.com/redis/go-redis/blob/84706fbcef7646495eecc6bff22f952114459f1c/pubsub.go#L168
the error message takes the following form:
The text was updated successfully, but these errors were encountered: