dev-master
9999999-devThe bundle for the redis adaptor for swarrot
Apache-2.0
The Requires
by Nicolas Thal
v1.0.0
1.0.0.0The bundle for the redis adaptor for swarrot
Apache-2.0
The Requires
by Nicolas Thal
Wallogit.com
2017 © Pedro Peláez
The bundle for the redis adaptor for swarrot
This bundle will wrap the swarrot-redis library., (*2)
It will provide a way to use the redis provider while using the SwarrotBundle., (*3)
Use composer to install this bundle :, (*4)
composer require dekalee/redis-swarrot-bundle
Activate it in the AppKernel.php file:, (*5)
new Dekalee\RedisSwarrotBundle\DekaleeRedisSwarrotBundle(),
In your config.yml file, you should set the provider to redis and specify the connection :, (*6)
swarrot:
provider: redis
default_connection: redisQueue
connections:
redisQueue:
host: %redis_queue_host%
port: %redis_queue_port%
vhost: %redis_queue_database%
You can directly use your queing system as before, (*7)
The bundle for the redis adaptor for swarrot
Apache-2.0
The bundle for the redis adaptor for swarrot
Apache-2.0