#RedisException with DDEV

1 messages · Page 1 of 1 (latest)

long wasp
#

I am trying to run my tests and I'm getting this error. I'm. using DDEV with docker to serve the application. Does anyone have any ideas of what's going wrong here?

noble finch
long wasp
#

Gotcha. So do you have any ideas of places I could start looking to resolve this?

noble finch
#

Well you first need to look at what hostname Laravel is trying to use for Redis, because whatever value it’s using it’s not able to access.

#

Then you can start going through your code and remove anything hard-coded to use Redis.