feat(cluster): Implement CLUSTER SHARDS. (#1284)

Implementation includes support for both emulated mode and real cluster
mode.

Fixes #1276.
This commit is contained in:
Chaka 2023-05-24 15:53:19 +03:00 committed by GitHub
parent f746dc4f9f
commit bc717a037d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 219 additions and 10 deletions

View file

@ -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;