Class Redis::Connection::UNIXSocket
In: lib/redis/connection/ruby.rb
Parent: ::UNIXSocket

Methods

connect   connect  

Public Class methods

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.

This class doesn‘t include the mixin to keep its behavior in sync with the JRuby implementation.

[Validate]