faye / faye-redis-ruby

Redis engine backend for Faye
80 stars 38 forks source link

Incompatible with newly released em-hiredis 0.2.0 #5

Closed mjtko closed 11 years ago

mjtko commented 11 years ago

The faye-redis specifies any version of em-hiredis, but is not yet compatible with em-hiredis v0.2.0.

Perhaps a pin to 0.1.x would be enough for now - I believe the changes to em-hiredis include a relatively significant amount of refactoring that the faye-redis gem would have to take into account.

le0pard commented 11 years ago

Fixed by #6 pull request