stefanwille / crystal-redis

Full featured Redis client for Crystal
MIT License
380 stars 61 forks source link

Fix issue #84 | Fix psubscribe on pooled client #85

Closed KaulSe closed 5 years ago

KaulSe commented 5 years ago

The pooled Redis client is using the wrong method on the psubscribe method which results in a wrong subscription. Fixing by adding one character.

Reference https://github.com/stefanwille/crystal-redis/issues/84

stefanwille commented 5 years ago

Thank you!