LogicException

Martin Roldan Araujo
1 min readMay 27, 2020

--

Please make sure the PHP Redis extension is installed and enabled.

This errors shows when you don’t have the redis package installed and/or enabled

If you’re using docker (or pecl) just do:

pecl install -o -f redis \
&& rm -rf /tmp/pear \
&& docker-php-ext-enable redis

And don’t forget to enable it by adding a client to your composer.json

composer require phpredis/phpredis

or

composer require predis/predis

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Martin Roldan Araujo
Martin Roldan Araujo

Written by Martin Roldan Araujo

I write code 🤖 👾 🍳 🇲🇽 🏍

No responses yet

Write a response