mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
* Add loading field * Add rdb_changes_since_last_save field
This commit is contained in:
parent
5e479ed967
commit
99f3284910
7 changed files with 106 additions and 4 deletions
|
@ -85,6 +85,8 @@ class Service : public facade::ServiceInterface {
|
|||
// Upon switch, updates cached global state in threadlocal ServerState struct.
|
||||
GlobalState SwitchState(GlobalState from, GlobalState to);
|
||||
|
||||
GlobalState GetGlobalState() const;
|
||||
|
||||
void ConfigureHttpHandlers(util::HttpListenerBase* base) final;
|
||||
void OnClose(facade::ConnectionContext* cntx) final;
|
||||
std::string GetContextInfo(facade::ConnectionContext* cntx) final;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue