You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: What redis-py and what redis version is the issue happening on?
All
Platform: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu 15.10 / Azure)
All
Description: Description of your issue, stack traces from errors and code that reproduces the issue
LSP is violated inside of BlockingConnectionPool class, so disconnect() method implementation in it cannot substitute the implementation in super class, as arguments set (and behaviour) missmatches. It makes the class non-inheritable (f.e to implement SentinelBlockingConnectionPool), because of the interface changes
The text was updated successfully, but these errors were encountered:
Version: What redis-py and what redis version is the issue happening on?
All
Platform: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu 15.10 / Azure)
All
Description: Description of your issue, stack traces from errors and code that reproduces the issue
LSP is violated inside of BlockingConnectionPool class, so
disconnect()
method implementation in it cannot substitute the implementation in super class, as arguments set (and behaviour) missmatches. It makes the class non-inheritable (f.e to implement SentinelBlockingConnectionPool), because of the interface changesThe text was updated successfully, but these errors were encountered: