You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use qless-core local queue = require "qless"
But right after that, I get the following error, ./qless.lua:2009: attempt to get length of global 'KEYS' (a nil value)
It looks like I am not initializing the library correctly? Is there any other way to initialize?
Thanks.
The text was updated successfully, but these errors were encountered:
I am trying to use qless-core
local queue = require "qless"
But right after that, I get the following error,
./qless.lua:2009: attempt to get length of global 'KEYS' (a nil value)
It looks like I am not initializing the library correctly? Is there any other way to initialize?
Thanks.
The text was updated successfully, but these errors were encountered: