Skip to content

Releases: blablacar/BlablacarRedisBundle

v2.1.3

29 Sep 14:40
28f0501

Choose a tag to compare

Add the support of authenticated connection (#13)

Since the last update of the redis-client, it is possible to configure
the authentication.
This commit add the possibility to configure it via a new parameters
"password".
The default value is "null" which means that the connection is not
authenticated.

v2.0.1

22 Mar 10:57
b272e55

Choose a tag to compare

Adds a visibility option for clients.

v2.0.0

14 Feb 15:55
e735692

Choose a tag to compare

Removes support for Symfony <3.3
Adds support for Symfony 4

Removes support for PHP < 7.1

Better support empty base

05 Dec 09:44
8afc6b4

Choose a tag to compare

Merge pull request #5 from blablacar/fix-empty-base

Handle null redis base

Better support empty base

04 Dec 17:04
285a4b3

Choose a tag to compare

Merge pull request #4 from blablacar/fix-empty-base

Do not select 0 if base is null