c15e725 Support Redis Unix sockets

Authored and Committed by Georg Pfuetzenreuter a year ago
    Support Redis Unix sockets
    
    Introduce a configuration option "REDIS_SOCKET", allowing the
    path to a Unix socket to be specified as an alternative to the
    existing, TCP/IP based, "REDIS_HOST"/"REDIS_PORT" options.
    
    Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
    
        
  • jenkins
    pending
    Build #243 in progress (commit: c15e7251)
    a year ago
  • jenkins
    failure
    Build #243 failed (commit: c15e7251)
    a year ago
file modified
+3 -2
file modified
+11 -2
file modified
+6 -1
file modified
+6 -2
file modified
+6 -1
file modified
+9 -3