seomoz / qless

Queue / Pipeline Management
MIT License
294 stars 76 forks source link

Fails on redis 6.2.7 and redis 7.0 due to global lua tables becoming read only #297

Open tom93 opened 1 year ago

tom93 commented 1 year ago

Qless is broken on Redis 6.2.7+ and 7.0+ (the current stable). This was first reported in May 2022 (seomoz/qless-core#89) and I submitted a patch in Jul 2022 (seomoz/qless-core#90) but there haven't been any replies. Please merge the PR, it would be much appreciated. EDIT: I've just realised that @hschowdhury already tried to merge my patch but had to revert it due to "travis build error in andalusia". If there is anything I can do to help please let me know (I don't know how to reproduce that error; the tests that I managed to run seemed to work fine).