redis-queue icon indicating copy to clipboard operation
redis-queue copied to clipboard

Message queue system written in PHP for webman.

Results 13 redis-queue issues
Sort by recently updated
recently updated
newest added

The upstream phpredis extension supports connecting to Redis using Unix sockets. However, the current connection method in this project uses `parse_url($address, PHP_URL_HOST)`, which inadvertently filters out Unix socket paths. This...

尝试在 Consumer process 中添加`onWorkerReload`方法,关闭 Redis 链接,使队列支持优雅重启,这样的实现我本地测试可以避免队列数据丢失,并正常完成进程重启,还请查看是否有未考虑到的情况。

我正在做服务链路追踪,需要监听业务中推送的队列信息,目前看尚无法注入监听