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
1b247d13
Commit
1b247d13
authored
Mar 24, 2012
by
antirez
Browse files
Add used allocator in redis-server -v output.
parent
c7937348
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
1b247d13
...
...
@@ -2236,8 +2236,8 @@ void daemonize(void) {
}
void
version
()
{
printf
(
"Redis server v
ersion %s (%s:%d)
\n
"
,
REDIS_VERSION
,
redisGitSHA1
(),
atoi
(
redisGitDirty
())
>
0
);
printf
(
"Redis server v
=%s sha=%s:%d malloc=%s
\n
"
,
REDIS_VERSION
,
redisGitSHA1
(),
atoi
(
redisGitDirty
())
>
0
,
ZMALLOC_LIB
);
exit
(
0
);
}
...
...
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