dekalee / redis-swarrot-bundle
The bundle for the redis adaptor for swarrot
Installs: 3 535
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:bundle
Requires
This package is auto-updated.
Last update: 2024-11-12 04:42:21 UTC
README
This bundle will wrap the swarrot-redis library.
It will provide a way to use the redis provider while using the SwarrotBundle.
Installation
Use composer to install this bundle :
composer require dekalee/redis-swarrot-bundle
Activate it in the AppKernel.php
file:
new Dekalee\RedisSwarrotBundle\DekaleeRedisSwarrotBundle(),
Configuration
In your config.yml
file, you should set the provider to redis and specify the connection :
swarrot: provider: redis default_connection: redisQueue connections: redisQueue: host: %redis_queue_host% port: %redis_queue_port% vhost: %redis_queue_database%
Usage
You can directly use your queing system as before