Create a new session reduce server.
Implementation of SessionReducer interface
Start the session reduce server.
OptionalsocketPath: string | nullOptional custom Unix socket path
OptionalserverInfoPath: string | nullOptional path for server info file
Stop the server gracefully.
Async server for session reduce operations.
Requires a SessionReducer implementation that provides the reduce function, accumulator serialization, and merge logic.