kaclilan/php-redisque

PHP Redis 队列库

0.0.6 2023-12-04 14:47 UTC

This package is auto-updated.

Last update: 2024-09-04 16:15:32 UTC


README

php redis queue, PHP 轻量级 Redis 队列库

相关

Php Version Build Status codecov Code Size Starts Latest Version

使用

#安装
composer require kakuilan/php-redisque

需要重写的方法

  • RedisQueue::getDefaultRedis
  • RedisQueue::getRedisClient

待办事项

  • 2个中转队列,一个快,一个慢
  • 中转队列是一个有序集合,重要的消息排在前面
  • 中转时间处理

测试

phpunit --bootstrap=tests/bootstrap.php ./tests/

# 或者
cd tests
phpunit