mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
Factor out client connections module into a separate library called facade
This commit is contained in:
parent
28a2db1044
commit
3f0fcbf99f
64 changed files with 946 additions and 666 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <absl/container/flat_hash_set.h>
|
||||
|
||||
#include "core/intent_lock.h"
|
||||
#include "core/op_status.h"
|
||||
#include "facade/op_status.h"
|
||||
#include "server/common_types.h"
|
||||
#include "server/table.h"
|
||||
|
||||
|
@ -18,6 +18,8 @@ class ProactorBase;
|
|||
|
||||
namespace dfly {
|
||||
|
||||
using facade::OpResult;
|
||||
|
||||
struct DbStats {
|
||||
// number of active keys.
|
||||
size_t key_count = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue