2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 11:05:58 +08:00
asynq/internal/rdb
Ken Hibino e5686894d3 Fix: Do not use lua cjson library to encode task to json
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.
2019-12-15 20:05:56 -08:00
..
helpers_test.go Add Retry method to *RDB 2019-12-15 16:15:07 -08:00
inspect_test.go Clean up rdb package tests 2019-12-14 13:43:06 -08:00
inspect.go Add DeleteAll* methods to rdb 2019-12-12 06:43:42 -08:00
rdb_test.go Remove (*RDB).RetryLater in favor of Retry method 2019-12-15 17:18:43 -08:00
rdb.go Fix: Do not use lua cjson library to encode task to json 2019-12-15 20:05:56 -08:00