| 555 | } |
| 556 | |
| 557 | Status LocalRedis::BatchSetAsync(uint64_t model_version, |
| 558 | uint64_t feature2id, |
| 559 | const char* const keys, |
| 560 | const char* const values, |
| 561 | size_t bytes_per_key, |
| 562 | size_t bytes_per_values, |
| 563 | size_t N, |
| 564 | BatchSetCallback cb) { |
| 565 | return errors::Unimplemented("[redis] unimplement BatchSetAsync() in async mode."); |
| 566 | } |
| 567 | |
| 568 | } // namespace processor |
| 569 | } // namespace tensorflow |
nothing calls this directly
no test coverage detected