kakuilan/php-redisque

php redis queue library

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/kakuilan/php-redisque

0.0.6 2023-12-04 14:47 UTC

This package is auto-updated.

Last update: 2025-10-04 18:42:15 UTC


README

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

相关

Php Version Build Status codecov Code Size Starts Latest Version

usage

#安装
composer require kakuilan/php-redisque

须重写方法

  • RedisQueue::getDefaultRedis
  • RedisQueue::getRedisClient

TODO

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

测试

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

# 或者
cd tests
phpunit