mirror of
https://github.com/fluencelabs/redis
synced 2025-05-01 13:32:13 +00:00
A comment in main() clarified.
This commit is contained in:
parent
b148513fec
commit
02cd545f7d
@ -2676,7 +2676,7 @@ int main(int argc, char **argv) {
|
|||||||
redisAsciiArt();
|
redisAsciiArt();
|
||||||
|
|
||||||
if (!server.sentinel_mode) {
|
if (!server.sentinel_mode) {
|
||||||
/* Things only needed when not running in Sentinel mode. */
|
/* Things not needed when running in Sentinel mode. */
|
||||||
redisLog(REDIS_WARNING,"Server started, Redis version " REDIS_VERSION);
|
redisLog(REDIS_WARNING,"Server started, Redis version " REDIS_VERSION);
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
linuxOvercommitMemoryWarning();
|
linuxOvercommitMemoryWarning();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user