# File lib/redis/connection/hiredis.rb, line 26 def connect_unix(path, timeout) @connection.connect_unix(path, timeout) rescue Errno::ETIMEDOUT raise Timeout::Error end