You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The driver class loads its own Predis class file but this is problematic when Predis is already loaded, and it will fail with "Cannot redeclare class Predis\Autoloader"
I'm not sure sure how you want to resolve this, but if you have some thoughts about it I can make a PR.