mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
chore: consolidate facade stats under a single struct (#2368)
* chore: consolidate facade stats under a single struct Remove connection stats from server state and move them under FacadeStats. Signed-off-by: Roman Gershman <roman@dragonflydb.io> * chore: fixing comments --------- Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
e063180c8d
commit
0e72846457
15 changed files with 138 additions and 129 deletions
|
@ -72,8 +72,6 @@ class Service : public facade::ServiceInterface {
|
|||
facade::ConnectionContext* CreateContext(util::FiberSocketBase* peer,
|
||||
facade::Connection* owner) final;
|
||||
|
||||
facade::ConnectionStats* GetThreadLocalConnectionStats() final;
|
||||
|
||||
std::pair<const CommandId*, CmdArgList> FindCmd(CmdArgList args) const;
|
||||
const CommandId* FindCmd(std::string_view) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue