module Resque::Stat

def clear(stat, **opts)

Removes a stat from Redis, effectively setting it to 0.
def clear(stat, **opts)
  data_store.clear_stat(stat, **opts)
end