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