1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-18 16:40:50 +00:00

conflict resolved in cherry pick

This commit is contained in:
antirez 2011-02-22 00:03:03 +01:00
parent f96a9f82d8
commit 29920dceb8

@ -945,6 +945,7 @@ void initServer() {
}
if (server.ds_enabled) dsInit();
srand(time(NULL)^getpid());
}
/* Populates the Redis Command Table starting from the hard coded list