2017 © Pedro PelĂĄez
 

symfony-bundle redis-bundle

Symfony Redis Bundle

image

symfony-bundles/redis-bundle

Symfony Redis Bundle

  • Friday, February 16, 2018
  • by khaperets
  • Repository
  • 4 Watchers
  • 14 Stars
  • 16,663 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 10 Versions
  • 37 % Grown

The README.md

SymfonyBundlesRedisBundle

[Build][master Build Status] ![Code Coverage][code-coverage-image] Total Downloads Latest Stable Version License, (*1)

Installation

  • Require the bundle with composer:

``` bash composer req symfony-bundles/redis-bundle, (*2)


Configuring of the clients -------------------------- If you want to configure Redis clients - create a configuration file. For example: ``` yml # config/packages/sb_redis.yaml sb_redis: clients: default: $options: [] $parameters: ['tcp://127.0.0.1:6379?database=3']

If you want to configure Redis clients Sentinel: ``` yml, (*3)

config/packages/sb_redis.yaml

sb_redis: clients: default: $options: replication: 'sentinel’ service: 'mymaster' parameters: database: '3' $parameters: ['%env(REDIS_URL)%', '%env(REDIS_URL)%'], (*4)

```, (*5)

Read more about supported client options and connection parameters:, (*6)

How to use

Read more on the page Quick tour., (*7)

The Versions

16/02 2018

dev-master

9999999-dev https://github.com/symfony-bundles/redis-bundle

Symfony Redis Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Khaperets

redis bundle symfony

16/02 2018

2.1.0.x-dev

2.1.0.9999999-dev https://github.com/symfony-bundles/redis-bundle

Symfony Redis Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Khaperets

redis bundle symfony

16/02 2018

2.1.0

2.1.0.0 https://github.com/symfony-bundles/redis-bundle

Symfony Redis Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Khaperets

redis bundle symfony

05/02 2018

2.0.x-dev

2.0.9999999.9999999-dev https://github.com/symfony-bundles/redis-bundle

Symfony Redis Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Khaperets

redis bundle symfony

05/02 2018

v2.0.1

2.0.1.0 https://github.com/symfony-bundles/redis-bundle

Symfony Redis Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Khaperets

redis bundle symfony

04/02 2018

v2.0.0

2.0.0.0 https://github.com/symfony-bundles/redis-bundle

Symfony Redis Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Khaperets

redis bundle symfony

18/10 2017

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/symfony-bundles/redis-bundle

Symfony Redis Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Khaperets

redis bundle symfony

16/10 2017

v1.0.1

1.0.1.0 https://github.com/symfony-bundles/redis-bundle

Symfony Redis Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Khaperets

redis bundle symfony

11/08 2017

dev-dev

dev-dev https://github.com/symfony-bundles/redis-bundle

Symfony Redis Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Khaperets

redis bundle symfony

02/06 2016

v1.0.0

1.0.0.0 https://github.com/symfony-bundles/redis-bundle

Symfony Redis Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Khaperets

redis bundle symfony