1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

flippin' typo

This commit is contained in:
Mike Perham 2014-02-13 21:19:47 -08:00
parent b6dc5ba220
commit 2dc1295f1d

View file

@ -13,7 +13,7 @@ module Sidekiq
case type
when 'zset'
rev = opts && opt[:reverse]
rev = opts && opts[:reverse]
total_size, items = conn.multi do
conn.zcard(key)
if rev