@@ 8,7 8,7 @@ class RedisAddresses @currency = currency.downcase
end
- def each_user(redis)
+ def each_user
# I picked 1000 because it made a relatively trivial case take
# 15 seconds instead of forever.
# Basically it's "how long does each command take"