aboutsummaryrefslogtreecommitdiffstats
path: root/modules/queue/queue_redis.go
Commit message (Expand)AuthorAgeFilesLines
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-12/+8
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-1/+1
* [Vendor] Update go-redis to v8.5.0 (#13749)65432021-02-101-12/+20
* Allow common redis and leveldb connections (#12385)zeripath2020-09-281-24/+5
* Fix queue pop error and stat empty repository error (#10248)Lunny Xiao2020-02-121-1/+1
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-021-159/+79
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-281-55/+47
* Update queue_redis.go (#9910)zeripath2020-01-211-5/+6
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-071-0/+234