Change8

v6.1.1

📦 redis-pythonView on GitHub →
🐛 2 fixes🔧 1 symbols

Summary

This patch restores the original `check_hostname` default for `RedisSSLContext` and resolves a deadlock issue related to `__del__` calls.

🐛 Bug Fixes

  • Reverted the default value of the `check_hostname` parameter for `RedisSSLContext` to its original setting.
  • Fixed a potential deadlock caused by an unexpected `__del__` call.

Affected Symbols