sonata-project / cache

[Deprecated] Cache library
https://github.com/sonata-project/cache
MIT License
332 stars 29 forks source link

fix typo instanciation redis client #13

Closed xleliberty closed 10 years ago

xleliberty commented 10 years ago

Hi, there is a typo in PRedis client instanciation, the parameters arary is not populated.

Everything is fine a long as you don't need to change the default redis server ( localhost ).. .

With this, it's now ok.

thanks

Xavier