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
The redis variable seems to be instantiated quite a few times in different places. Maybe centralise it in the botbot init file?
redis
The text was updated successfully, but these errors were encountered:
Could be an idea. Does redis require us to perform a keepalive or similar while the connection is open?
Sorry, something went wrong.
https://media.giphy.com/media/XeXzWgD6P4LG8/giphy.gif
Looking at redis-py's documentation, there's stuff in there for keepalives / retry on timeout, so this may be straight forward.
Schweet!
No branches or pull requests
The
redis
variable seems to be instantiated quite a few times in different places. Maybe centralise it in the botbot init file?The text was updated successfully, but these errors were encountered: