mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
Rename variable sockpath to unixsocket
This commit is contained in:
@ -330,7 +330,7 @@ struct redisServer {
|
||||
pthread_t mainthread;
|
||||
int port;
|
||||
char *bindaddr;
|
||||
char *sockpath;
|
||||
char *unixsocket;
|
||||
int ipfd;
|
||||
int sofd;
|
||||
redisDb *db;
|
||||
|
Reference in New Issue
Block a user