(long)server.unixtime-server.repl_down_since);
}
info = sdscatprintf(info,
(long)server.unixtime-server.repl_down_since);
}
info = sdscatprintf(info,
}
info = sdscatprintf(info,
"connected_slaves:%lu\r\n",
}
info = sdscatprintf(info,
"connected_slaves:%lu\r\n",
* to locate the real key, as dict is set to db->expires. */
if (server.maxmemory_policy == REDIS_MAXMEMORY_VOLATILE_LRU)
de = dictFind(db->dict, thiskey);
* to locate the real key, as dict is set to db->expires. */
if (server.maxmemory_policy == REDIS_MAXMEMORY_VOLATILE_LRU)
de = dictFind(db->dict, thiskey);
redisLog(REDIS_WARNING,"Server started, Redis version " REDIS_VERSION);
#ifdef __linux__
linuxOvercommitMemoryWarning();
redisLog(REDIS_WARNING,"Server started, Redis version " REDIS_VERSION);
#ifdef __linux__
linuxOvercommitMemoryWarning();