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