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-20 20:10:00 -08:00
.gitignore Initial commit 2019-11-14 21:48:43 -08:00
asynq.go Move client and launcher to its own files 2019-11-19 21:19:46 -08:00
client.go Move client and launcher to its own files 2019-11-19 21:19:46 -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
launcher.go Rename manager to processor 2019-11-20 20:10:00 -08:00
poller.go Extract redis logic to type rdb 2019-11-19 21:08:06 -08:00
processor.go Rename manager to processor 2019-11-20 20:10:00 -08:00
rdb_test.go Add tests for type rdb 2019-11-20 07:01:24 -08:00
rdb.go Add tests for type rdb 2019-11-20 07:01:24 -08:00