Projektstart
This commit is contained in:
17
backend/node_modules/bullmq/dist/cjs/commands/isMaxed-2.lua
generated
vendored
Normal file
17
backend/node_modules/bullmq/dist/cjs/commands/isMaxed-2.lua
generated
vendored
Normal file
@@ -0,0 +1,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])
|
||||
Reference in New Issue
Block a user