mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05: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…
Reference in New Issue
Block a user