forgejo/modules/queue
Patrick Schratz 463e144d97
Update redis library to support redis v7 (#24114) (#24156)
backports #24114

---------

Co-authored-by: techknowlogick <hello@techknowlogick.com>
2023-04-17 02:34:59 -04:00
..
bytefifo.go
helper.go
manager.go
queue.go
queue_bytefifo.go
queue_channel.go Properly flush unique queues on startup (#23154) (#23201) 2023-03-06 22:35:07 +08:00
queue_channel_test.go
queue_disk.go
queue_disk_channel.go Properly flush unique queues on startup (#23154) (#23201) 2023-03-06 22:35:07 +08:00
queue_disk_channel_test.go Properly flush unique queues on startup (#23154) (#23201) 2023-03-06 22:35:07 +08:00
queue_disk_test.go
queue_redis.go Update redis library to support redis v7 (#24114) (#24156) 2023-04-17 02:34:59 -04:00
queue_test.go
queue_wrapped.go
setting.go
unique_queue.go
unique_queue_channel.go Properly flush unique queues on startup (#23154) (#23201) 2023-03-06 22:35:07 +08:00
unique_queue_channel_test.go Properly flush unique queues on startup (#23154) (#23201) 2023-03-06 22:35:07 +08:00
unique_queue_disk.go
unique_queue_disk_channel.go Properly flush unique queues on startup (#23154) (#23201) 2023-03-06 22:35:07 +08:00
unique_queue_disk_channel_test.go Properly flush unique queues on startup (#23154) (#23201) 2023-03-06 22:35:07 +08:00
unique_queue_redis.go Update redis library to support redis v7 (#24114) (#24156) 2023-04-17 02:34:59 -04:00
unique_queue_wrapped.go
workerpool.go