nickelser / activejob-traffic_control

Rate limiting/job enabling for ActiveJob using distributed locks in Redis or Memcached.
298 stars 27 forks source link

Do not assume redis or dalli are available #20

Open doits opened 2 years ago

doits commented 2 years ago

Makes it explicit that dalli or redis are used. Any maybe suo will drop the dependency on it, see https://github.com/nickelser/suo/pull/18, so we are prepared.