mirror of
https://github.com/hibiken/asynq.git
synced 2025-09-17 04:10:11 +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.