Home
last modified time | relevance | path

Searched refs:CONFIG_DEFAULT_SERVER_PORT (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.h87 #define CONFIG_DEFAULT_SERVER_PORT 6379 /* TCP port. */ macro
H A Dconfig.c2124 rewriteConfigNumericalOption(state,"port",server.port,CONFIG_DEFAULT_SERVER_PORT);
H A Dserver.c1542 server.port = CONFIG_DEFAULT_SERVER_PORT; in initServerConfig()