Home
last modified time | relevance | path

Searched refs:masterauth (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dconfig.c396 zfree(server.masterauth); in loadServerConfigFromString()
397 server.masterauth = argv[1][0] ? zstrdup(argv[1]) : NULL; in loadServerConfigFromString()
925 zfree(server.masterauth);
926 server.masterauth = ((char*)o->ptr)[0] ? zstrdup(o->ptr) : NULL;
1336 config_get_string_field("masterauth",server.masterauth);
2148 rewriteConfigStringOption(state,"masterauth",server.masterauth,NULL);
H A Dreplication.c1674 if (server.masterauth) { in syncWithMaster()
1675 err = sendSynchronousCommand(SYNC_CMD_WRITE,fd,"AUTH",server.masterauth,NULL); in syncWithMaster()
H A Dserver.h1155 char *masterauth; /* AUTH with this password with master */ member
H A Dserver.c1651 server.masterauth = NULL; in initServerConfig()