You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(server): config info reporting and config_file rewrite support
* feat(server): add process_id field to INFO SERVER output for Redis compatibility
- Output process_id (PID) in the INFO SERVER section, matching Redis order and naming.
- Use getpid() and ensure <unistd.h> is included for portability.
* fixed: Changing the comment language
Co-authored-by: Roman Gershman <[email protected]>
Signed-off-by: boomballa <[email protected]>
The hz flag was defined as int32_t but declared as uint32_t in some files,
causing absl::flags to abort at runtime due to type mismatch.
This commit unifies all declarations to int32_t, fixing the crash.
---------
Signed-off-by: boomballa <[email protected]>
Co-authored-by: Roman Gershman <[email protected]>
0 commit comments