mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
flippin' typo
This commit is contained in:
parent
b6dc5ba220
commit
2dc1295f1d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module Sidekiq
|
||||||
|
|
||||||
case type
|
case type
|
||||||
when 'zset'
|
when 'zset'
|
||||||
rev = opts && opt[:reverse]
|
rev = opts && opts[:reverse]
|
||||||
total_size, items = conn.multi do
|
total_size, items = conn.multi do
|
||||||
conn.zcard(key)
|
conn.zcard(key)
|
||||||
if rev
|
if rev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue