mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
feat(server): Implement CLIENT PAUSE (#1875)
* feat(server): Implement CLIENT PAUSE Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
1ec1b997a0
commit
c3a2da559e
14 changed files with 291 additions and 39 deletions
|
@ -73,6 +73,7 @@ class Service : public facade::ServiceInterface {
|
|||
facade::Connection* owner) final;
|
||||
|
||||
facade::ConnectionStats* GetThreadLocalConnectionStats() final;
|
||||
void AwaitOnPauseDispatch() 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