提交 7feb90fa 编写于 作者: A antirez

enable zmalloc thread safety support now that we have the bio.c background thread.

上级 e0ba1455
......@@ -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 ||
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册