stewartmckee / cobweb

Web crawler with very flexible crawling options. Can either use standalone or can be used with resque to perform clustered crawls.
MIT License
227 stars 45 forks source link

Change options checking order to skip redis if cache is nil #33

Closed adrianouno closed 9 years ago

adrianouno commented 9 years ago

Hi,

I had an issue with cobweb: even if options[:cache] is set to nil it still wants to connect to redis. Please check my update that fixes it.

stewartmckee commented 9 years ago

Thanks @adrianouno merged and pushed updated gem version to 1.0.25 with your change.