Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use unix socket for redis connection (#3190)
Why I did this? Most of the DB connection in buffermgrd is using unix socket. There is only one DB connection which is using TCP socket. It brings a few drawback: TCP socket is less efficiency TCP socket may fail if loopback interface is down. It could cause following error:
- Loading branch information