mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
Add used allocator in redis-server -v output.
This commit is contained in:
parent
c79373482f
commit
1b247d1333
@ -2236,8 +2236,8 @@ void daemonize(void) {
|
||||
}
|
||||
|
||||
void version() {
|
||||
printf("Redis server version %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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user