mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Make sidekiq api module public, so the classes show up
This commit is contained in:
parent
dd1cf0901e
commit
be7b305e15
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ require "sidekiq"
|
|||
require "zlib"
|
||||
require "base64"
|
||||
|
||||
# @api public
|
||||
module Sidekiq
|
||||
class Stats
|
||||
def initialize
|
||||
|
@ -610,7 +611,7 @@ module Sidekiq
|
|||
|
||||
# Scan through each element of the sorted set, yielding each to the supplied block.
|
||||
# Please see Redis's <a href="https://redis.io/commands/scan/">SCAN documentation</a> for implementation details.
|
||||
#
|
||||
#
|
||||
# @param match [String] a snippet or regexp to filter matches.
|
||||
# @param count [Integer] number of elements to retrieve at a time, default 100
|
||||
# @yieldparam [Sidekiq::SortedEntry] each entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue