Class | Redis::Connection::UNIXSocket |
In: |
lib/redis/connection/ruby.rb
|
Parent: | ::UNIXSocket |
This class doesn‘t include the mixin, because JRuby raises Errno::EAGAIN on read_nonblock even when IO.select says it is readable. This behavior shows in 1.6.6 in both 1.8 and 1.9 mode. Therefore, fall back on the default Unix socket implementation, without timeouts.