EventMachine support
Opened this issue · 0 comments
niho commented
Make sure Related can be used in EventMachine based app servers like Goliath. Would also include trying to do as much fetching from Redis as possible in parallel.
The standard "redis" gem has support for EventMachine and fibers through "hiredis" and "em-synchrony". So shouldn't be very hard to implement.