Method: Stats#get_status

Defined in:
lib/stats.rb

#get_statusObject

Returns the current status of the crawl



181
182
183
# File 'lib/stats.rb', line 181

def get_status
  @redis.hget "statistics", "current_status"
end