Implement Redis cache
Implement HTTParty::Cache::Store::Redis
from HTTParty::Cache::Store::Abstract
Configuration should be taken from ENV['HTTPARTY_REDIS_URL']
or ENV['REDIS_URL']
if missing. If both are missing, let hiredis pick the defaults.