obukhov / redis-inventory

CLI tool to see redis memory usage by keys in hierarchical way. Think of disk inventory but for redis.
MIT License
231 stars 29 forks source link

Unable to connect to my local instance #70

Closed alexxx0788 closed 11 months ago

alexxx0788 commented 2 years ago

I have my local Redis instance with no password running port 6380, but I am getting ' connection refused' messsage. What should I do? image

Rezab98 commented 1 year ago

You should use host network in docker.

perry0517 commented 1 year ago

you should use host network, and use host.docker.internal to connect your host

image
obukhov commented 11 months ago

I assume the issue is solved. Using host.docker.internal is needed if you use docker-packed app, you don't need it if you use the binary