Skip to content

Added description for Redis connection via unix socket

gitlab-qa-bot requested to merge github/fork/DirkR/master into master

Created by: DirkR

The communication between Rails and Redis via socket is faster than a TCP connection. I added a short example of this option in the install documentation.

Merge request reports