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