mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore: decouple reply_builder from ConnectionContext (#4069)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
9b7af7d750
commit
50473b56aa
19 changed files with 89 additions and 109 deletions
|
@ -62,8 +62,7 @@ class Service : public facade::ServiceInterface {
|
|||
void DispatchMC(const MemcacheParser::Command& cmd, std::string_view value,
|
||||
facade::MCReplyBuilder* builder, facade::ConnectionContext* cntx) final;
|
||||
|
||||
facade::ConnectionContext* CreateContext(util::FiberSocketBase* peer,
|
||||
facade::Connection* owner) final;
|
||||
facade::ConnectionContext* CreateContext(facade::Connection* owner) final;
|
||||
|
||||
const CommandId* FindCmd(std::string_view) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue