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

Methods

Included Modules

SocketMixin SocketMixin

Public Class methods

Public Instance methods

JRuby raises Errno::EAGAIN on read_nonblock even when IO.select says it is readable (1.6.6, in both 1.8 and 1.9 mode). Use the blocking readpartial method instead.

[Validate]