hotfix
1 files changed, 1 insertions(+), 1 deletions(-) M lib/btc_sell_prices.rb
M lib/btc_sell_prices.rb => lib/btc_sell_prices.rb +1 -1
@@ 52,7 52,7 @@ protected @oxr.update_rates @oxr.get_rate("CAD", "USD") }.then do |orate| - @redis.set("cad_to_usd", orate, ex: 60 * 60).then { orate } + @redis.setex("cad_to_usd", orate, 60 * 60).then { orate } end end end