evilkost / brukva

Asynchronous Redis client that works within Tornado IO loop.
Other
265 stars 33 forks source link

Fix the PUNSUBSCRIBE command #16

Closed conorbranagan closed 12 years ago

conorbranagan commented 13 years ago

The PUNSUBSCRIBE command was not working correctly because it was just calling the UNSUBSCRIBE command with the pattern, producing no results. With this commit, everything should work as expected.