diff --git a/src/redis.c b/src/redis.c index 94ca17f5..268398f0 100644 --- a/src/redis.c +++ b/src/redis.c @@ -1729,6 +1729,7 @@ void redisAsciiArt(void) { int main(int argc, char **argv) { long long start; + zmalloc_enable_thread_safeness(); initServerConfig(); if (argc == 2) { if (strcmp(argv[1], "-v") == 0 ||