Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
9947b0d9
Commit
9947b0d9
authored
Feb 25, 2013
by
antirez
Browse files
A comment in main() clarified.
parent
d2154254
Changes
1
Show whitespace changes
Inline
Side-by-side
src/redis.c
View file @
9947b0d9
...
@@ -2735,7 +2735,7 @@ int main(int argc, char **argv) {
...
@@ -2735,7 +2735,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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment