X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/6468a6faad92e087d5054b60b86bf33d718e86ba..50be9b97bc975439cb34703acad5ac108952e672:/src/redis.c 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 ||