mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 17:21:20 +00:00
DEBUG RESTART/CRASH-AND-RECOVER [delay] implemented.
This commit is contained in:
@ -1601,6 +1601,9 @@ extern char **environ;
|
||||
/* Restart the server, executing the same executable that started this
|
||||
* instance, with the same arguments and configuration file.
|
||||
*
|
||||
* The function is designed to directly call execve() so that the new
|
||||
* server instance will retain the PID of the previous one.
|
||||
*
|
||||
* The list of flags, that may be bitwise ORed together, alter the
|
||||
* behavior of this function:
|
||||
*
|
||||
|
Reference in New Issue
Block a user