Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection to Redis fails without php-redis extension #474

Closed
tw-ec opened this issue Jun 17, 2021 · 2 comments
Closed

Connection to Redis fails without php-redis extension #474

tw-ec opened this issue Jun 17, 2021 · 2 comments

Comments

@tw-ec
Copy link

tw-ec commented Jun 17, 2021

On a MacBook High Sierra

I'm getting the following error when trying to set up an existing project, when I try to run 'app:config:import'

bin/magento app:config:import
Connection to Redis 127.0.0.1:6379 failed after 2 failures.Last Error : (111) Connection refused

Redis appears to be running in Docker desktop, but there is no port mentioned, it just says 'Running'

Running the following:
bin/redis redis-cli

returns a prompt '127.0.0.1:6379>'

@Hoszi
Copy link

Hoszi commented Aug 13, 2021

@tw-ec
This caused by a mssing php-redis extension.
This link maybe can help you
[https://olvlvl.com/2019-06-install-php-ext-source]
@markshust Please update the right docker to install php-redis extension! Thank You!

@markshust markshust changed the title Connection to Redis 127.0.0.1:6379 failed Connection to Redis fails without php-redis extensio Sep 21, 2021
@markshust markshust changed the title Connection to Redis fails without php-redis extensio Connection to Redis fails without php-redis extension Sep 21, 2021
@markshust
Copy link
Owner

Added this extension to 39.0.1, thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants