Connecting Laravel to Redis Service
henryo
PROOP

a year ago

I am trying to connect my Laravel Service to Redis service but i keep seeing this error

```
/app/vendor/predis/predis/src/Connection/StreamConnection.php(87): Predis\\Connection\\StreamConnection->tlsStreamInitializer(Object(Predis\\Connection\\Parameter" while reading response header from upstream, client: 100.64.0.2, server: localhost,
```

Even though the environment variable is correct

Solved

1 Replies

a year ago

Looks like it's dialing the wrong url (server: localhost)

You'll want to fix your code, and unfortunately, we don't have the cycles to help everyone with that.

Good luck!


Status changed to Awaiting User Response Railway about 1 year ago


Status changed to Solved jake about 1 year ago


Loading...