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.
* Install redis-server>=3.2.4 * Reformat * Build redis from source code * Add Makefile var: REDIS_VERSION