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
Exception AttributeError: AttributeError("'NoneType' object has no attribute 'error'",) in <bound method Connection.__del__ of <redis.connection.Connection object at 0x7fbe9e0a6190>> ignored #398
Hi, I am using wsgi + apache2 to deploy my python web application. After i upgrade redis-py to 2.7.3, when i restart apache, apache alwarys show an error in apache_error_log: Exception AttributeError: AttributeError("'NoneType' object has no attribute 'error'",) in <bound method Connection.del of <redis.connection.Connection object at 0x7fbe9e0a6190>> ignored
My dev environment:
Python: 2.6.6
Redis-py: 2.7.3
Apache: Apache/2.2.16 (Debian)
I tried all redis-py<=2.7.2 are ok, and all redis-py>=2.7.3 could cause this problem.