class RedisClient::RubyConnection::BufferedIO

def eof?

def eof?
  @offset >= @buffer.bytesize && @io.eof?
end