sunra / redis-queue-bundle
一个基于Redis的消息队列和工作进程管理器,内置GUI界面
dev-main
2020-12-01 18:49 UTC
Requires
- php: ~5
- friendsofsymfony/jsrouting-bundle: 2.4.0
- snc/redis-bundle: 2.0.0
- sunra/dbug-twig-extension: >=0.2.0
- symfony/symfony: 3.4.*
This package is auto-updated.
Last update: 2024-08-29 05:37:53 UTC
README
一个基于Redis的消息队列和工作进程管理器,内置GUI界面
用法
- 在Symfony应用中使用
在config.yml中配置Redis连接和选项服务
snc_redis: clients: options: type: predis alias: options dsn: redis://localhost/1 logging: false services: r_options: class: Sunra\RedisOptions arguments: [@snc_redis.options]
安装
-
使用Composer(推荐)
- 添加到应用的composer.json中
"require": { "sunra/redis-options":"dev-master" }, "repositories": [ { "type": "git", "url": "https://github.com/sunra/RedisOptions" } ],
- 通过git克隆