mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 00:01:04 +00:00
enable zmalloc thread safety support now that we have the bio.c background thread.
This commit is contained in:
parent
e0ba14557e
commit
7feb90fa37
@ -1729,6 +1729,7 @@ void redisAsciiArt(void) {
|
|||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
long long start;
|
long long start;
|
||||||
|
|
||||||
|
zmalloc_enable_thread_safeness();
|
||||||
initServerConfig();
|
initServerConfig();
|
||||||
if (argc == 2) {
|
if (argc == 2) {
|
||||||
if (strcmp(argv[1], "-v") == 0 ||
|
if (strcmp(argv[1], "-v") == 0 ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user