IlyaSkriblovsky / txredisapi

non-blocking redis client for python twisted
Apache License 2.0
235 stars 91 forks source link

Fixed handling server replies not related to pub/sub in SubscriberProtocol #129

Closed IlyaSkriblovsky closed 4 years ago

IlyaSkriblovsky commented 6 years ago

This allows for example sending regular PINGs with SubscriberProtocol. Before this change PONG caused IndexError in SubscriberProtocol.replyReceived because len(reply) == 2 .

IlyaSkriblovsky commented 4 years ago

recreated as #140