mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-12 10:55:46 +02:00
feat(cluster): Implement CLUSTER SHARDS
. (#1284)
Implementation includes support for both emulated mode and real cluster mode. Fixes #1276.
This commit is contained in:
parent
f746dc4f9f
commit
bc717a037d
6 changed files with 219 additions and 10 deletions
|
@ -104,6 +104,8 @@ class BaseFamilyTest : public ::testing::Test {
|
|||
|
||||
static unsigned NumLocked();
|
||||
|
||||
void SetTestFlag(std::string_view flag_name, std::string_view new_value);
|
||||
|
||||
std::unique_ptr<util::ProactorPool> pp_;
|
||||
std::unique_ptr<Service> service_;
|
||||
unsigned num_threads_ = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue