summaryrefslogtreecommitdiff
path: root/src/cluster.c
diff options
context:
space:
mode:
authorzhenwei pi <pizhenwei@bytedance.com>2022-07-27 11:53:56 +0800
committerzhenwei pi <pizhenwei@bytedance.com>2022-08-22 15:12:31 +0800
commiteb94d6d36dec7323af5fb89a5899506d5c07adb1 (patch)
treeb0bd52ded9538761e9b59304980f88622d781d0d /src/cluster.c
parent0ae02ce95b8a27ce9d19340e53dcdc9b5a060101 (diff)
downloadredis-eb94d6d36dec7323af5fb89a5899506d5c07adb1.tar.gz
Introduce unix socket connection type
Unix socket uses different accept handler/create listener from TCP, to hide these difference to avoid hard code, use a new unix socket connection type. Also move 'acceptUnixHandler' into unix.c. Currently, the connection framework becomes like following: uplayer | connection layer / | \ TCP Unix TLS It's possible to build Unix socket support as a shared library, and load it dynamically. Because TCP and Unix socket don't require any heavy dependencies or overheads, we build them into Redis statically. Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
Diffstat (limited to 'src/cluster.c')
0 files changed, 0 insertions, 0 deletions