2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 11:05:58 +08:00
golang基于redis的异步队列
Go to file
2019-11-27 06:41:54 -08:00
.gitignore Initial commit 2019-11-14 21:48:43 -08:00
asynq.go Add DB field to RedisOpt to specify redis db index 2019-11-24 18:41:55 -08:00
background.go Change newRDB signature 2019-11-27 06:41:54 -08:00
client.go Change newRDB signature 2019-11-27 06:41:54 -08:00
go.mod Add tests for type rdb 2019-11-20 07:01:24 -08:00
go.sum Add tests for type rdb 2019-11-20 07:01:24 -08:00
poller.go Update log messages on shutdown 2019-11-27 06:33:04 -08:00
processor.go Update log messages on shutdown 2019-11-27 06:33:04 -08:00
rdb_test.go Change newRDB signature 2019-11-27 06:41:54 -08:00
rdb.go Change newRDB signature 2019-11-27 06:41:54 -08:00
retry.go Minor cleanup 2019-11-27 06:21:57 -08:00