Fix #3464: Correct misleading exception_handler example in docs by byeongjulee222 · Pull Request #3474 · redis/redis-py (original) (raw)
@vladvildanov
Hello team,
I submitted this PR (#3474) to address issue #3464 by correcting the misleading exception_handler example in the documentation. I haven’t seen any feedback yet and would appreciate your input on whether there are any issues with the changes.
Specifically, I’d like to know:
• If the updated example accurately demonstrates best practices for handling exceptions and cleaning up PubSub connections.
• Whether the ordering of the exception handling and cleanup logic might lead to any unforeseen runtime issues.
• Any other improvements or modifications you’d suggest to ensure the documentation is clear and aligns with our coding standards.
Thank you for taking the time to review my changes. I look forward to your feedback!