| 88 | const std::string& redis_password); |
| 89 | |
| 90 | Status Cleanup() { |
| 91 | return errors::Unimplemented("[Redis] Unimplement Cleanup()."); |
| 92 | } |
| 93 | |
| 94 | Status BatchGet(uint64_t model_version, |
| 95 | uint64_t feature2id, |
nothing calls this directly
no test coverage detected