Are you sure redis is running on your computer, and that its on that port ?
Feb 15, 2023
5
Level 1
Connection timed out [tcp://127.0.0.1:6379] using redis
Hi, I have followed all the steps mentioned in Lumen Cache Page . Installed all pre-requisites in Lumen Application, when i try to test the controller with cache. i am getting error of Connection timed out [tcp://127.0.0.1:6379] using redis. Can someone please help me how to proceed with resolution?
Level 102
@arunasrim You still need to have redis installed. Its a bit like installing the mysql driver, but not having a redis server :) https://redis.io/docs/getting-started/installation/
1 like
Please or to participate in this conversation.