Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change redis conf: listen on unix socket (#66)
By default, redis-server is listening on localhost TCP port. This change will make it also listen to the domain socket (unix socket), which will have better client-server performance.
- Loading branch information