resque/resque-loner

Where are the locks put in redis?

mooremo opened this issue · 1 comments

I'm looking for the redis Key-Value pairs that are the locks. I'm using this piece of code to find them keys = Resque.redis.keys("loners:queue:MY_QUEUE:job:*"), but I never see any locks. Is this correct?

Nevermind, got it to work!