| 884 | } |
| 885 | |
| 886 | Key ExcludeServersRangeImpl::encode(const KeyRef& key) const { |
| 887 | return key.removePrefix(LiteralStringRef("\xff/conf/")) |
| 888 | .withPrefix(SpecialKeySpace::getModuleRange(SpecialKeySpace::MODULE::MANAGEMENT).begin); |
| 889 | } |
| 890 | |
| 891 | bool parseNetWorkAddrFromKeys(ReadYourWritesTransaction* ryw, |
| 892 | bool failed, |
no test coverage detected