# File lib/moped/session.rb, line 321
    def read_preference
      @read_preference ||= ReadPreference.get(options[:read] || :primary)
    end