Closed reypm closed 7 years ago
Hi @reypm, have you maybe figured out what was wrong here? I ran into a similar issue.
@csernikmarton sadly I am not, I had to uninstall the bundle because I couldn't work with it enable
For future reference, the solution is to install Predis, too, e.g.:
composer require predis/predis
@csernikmarton ok, perfect I am gonna close this issue since you found the solution.
I am working in a Symfony 3.2.4 project and I have installed SncRedisBundle. Following docs
Use version 2.* for Symfony 2.7+ and 3.0+
I have usedcomposer require snc/redis-bundle 2.*
and I end with the following version installed:I have configured in
config.yml
as follow:But when I access any controller I got the following error:
What I am missing here? Is this a bug?