# File lib/redis/client.rb, line 203
    def read
      io do
        connection.read
      end
    end