That's pretty cool. Reckon it would work with existing code that calls Redis over the wire for RQ?
https://python-rq.org
This RQ stuff has been a pain with a recent project because only Python seems to use it, so once an RQ job has been submitted only Python based things can do anything with it. :(
If Redka works as a backend replacement, we could potentially have non-Python things check the SQLite database instead.
It works with redis-py (which python-rq uses), but I doubt it will be any good in this case. python-rq seems to use Lua scripting in Redis, which is not planned for 1.0. I'd rather not add it at all, but we'll see.
If Redka works as a backend replacement, we could potentially have non-Python things check the SQLite database instead.