bullrs 0.0.3

A BullMQ compatible Job Queue based on Redis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--[[
  Checks if queue is maxed.

  Input:
    KEYS[1] meta key
    KEYS[2] active key

  Output:
    1 if element found in the list.
]]

local rcall = redis.call

-- Includes
--- @include "includes/isQueueMaxed"

return isQueueMaxed(KEYS[1], KEYS[2])