2017 © Pedro Peláez
 

bundle redis-swarrot-bundle

The bundle for the redis adaptor for swarrot

image

dekalee/redis-swarrot-bundle

The bundle for the redis adaptor for swarrot

  • Friday, March 31, 2017
  • by maximevalette
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,800 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 15 % Grown

The README.md

Dekalee Redis swarrot

Scrutinizer Code Quality Latest Stable Version Total Downloads License, (*1)

This bundle will wrap the swarrot-redis library., (*2)

It will provide a way to use the redis provider while using the SwarrotBundle., (*3)

Installation

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(),

Configuration

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%

Usage

You can directly use your queing system as before, (*7)

The Versions

31/03 2017

dev-master

9999999-dev

The bundle for the redis adaptor for swarrot

  Sources   Download

Apache-2.0

The Requires

 

by Nicolas Thal

16/03 2017

v1.0.0

1.0.0.0

The bundle for the redis adaptor for swarrot

  Sources   Download

Apache-2.0

The Requires

 

by Nicolas Thal