I'm trying to use redisinsight to connect to the Homestead redis instance, but when I insert the default connection parameters, I get the following error:
Could not connect: Error 61 connecting to 127.0.0.1:6379. Connection refused.
Same error with localhost
as host.
Any idea why and how to connect?
I run Homestead v7.2.1.
/etc/redis/
directory and open redis.conf
bind 127.0.0.1
line and replace with bind 0.0.0.0
service redis-server restart
command192.168.10.10
(the ip address written in your homestead.yaml) in Host & 6379
in Port