# File lib/hiredis/ext/connection.rb, line 24
      def sock
        @sock ||= Socket.for_fd(fileno)
      end