提交 5c05765d 编写于 作者: E Enrico Giordani

Typos in warning message.

上级 510cc9bd
......@@ -737,7 +737,7 @@ StartupStatus QForkStartup(int argc, char** argv) {
if( maxmemoryBytes != -1 ) {
maxheapBytes = (maxheapBytes > maxMemoryPlusHalf) ? maxheapBytes : maxMemoryPlusHalf;
} else if (!foundSlaveFlag && !foundSentinelMode) {
redisLog(REDIS_WARNING, "Warning: The maxmemory flag was not set, this can cause redis-server to crash if an out of memory exeception happens. It is strongly racommanded to set the maxmemory flag.");
redisLog(REDIS_WARNING, "Warning: The maxmemory flag was not set, this can cause redis-server to crash if an out-of-memory exception happens. It is strongly recommanded to set the maxmemory flag.");
}
if( maxheapBytes == -1 )
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册