MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Cleanup

Method Cleanup

serving/processor/storage/redis_feature_store.h:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 1

UnimplementedFunction · 0.85

Tested by

no test coverage detected