jjz921024 commented on code in PR #2402: URL: https://github.com/apache/kvrocks/pull/2402#discussion_r1680995497
########## src/types/redis_hash.cc: ########## @@ -418,4 +472,208 @@ rocksdb::Status Hash::RandField(const Slice &user_key, int64_t command_count, st return rocksdb::Status::OK(); } +rocksdb::Status Hash::ExpireFields(const Slice &user_key, uint64_t expire_ms, const std::vector<Slice> &fields, Review Comment: Yes. i will change it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
