redis-stat
redis-stat copied to clipboard
redis stat track socket connection
As far as I can see in the documentation there is no way to run redis-stat to monitor a socket. redis-cli has a -s parameter, can redis-stat utilize the -s parameter also?
No, currently redis-stat does not connect to Unix sockets. It's actually trivial to support it, but I don't really see the point. Do you use Unix socket exclusively?
Adding support for unix socket would be really nice. Please consider it.