kakuilan/php-redisque

php redis queue library

0.0.6 2023-12-04 14:47 UTC

This package is auto-updated.

Last update: 2024-05-04 15:44:38 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