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
Changing self.removeEvent('unsubscribe', unsubscribe); to self.removeListener('unsubscribe', unsubscribe); at 119 in stores/redis.js fixes it, I opened a pull request.