mirror of
https://github.com/hibiken/asynq.git
synced 2026-05-05 07:36:25 +08:00
Go and Lua json libraries encodes json differently (e.g. order of key/value) and caused a bug when removing tasks that was previously encoded by Lua json library and redis was receiving a string generated by Go json library.