shogo82148 / Redis-Fast

fast perl binding for Redis database
https://metacpan.org/release/Redis-Fast
Other
25 stars 21 forks source link

Support topic "0" in psubscribe #33

Closed shogo82148 closed 9 years ago

shogo82148 commented 9 years ago

porting of https://github.com/PerlRedis/perl-redis/pull/106

There was no way of getting the original topic name in pubsub messages received via PSUBSCRIBE if the name of the topic was "falsy" in Perl sense.

A test and a basic '||' vs. 'defined' fix.