zjregee commented on code in PR #2228:
URL: https://github.com/apache/kvrocks/pull/2228#discussion_r1554800046
##########
src/types/redis_json.h:
##########
@@ -66,6 +66,7 @@ class Json : public Database {
std::vector<rocksdb::Status> MGet(const std::vector<std::string> &user_keys,
const std::string &path,
std::vector<JsonValue> &results);
+ rocksdb::Status MSet(const std::vector<std::string> &user_keys, const
std::vector<std::string> &paths, const std::vector<std::string> &values);
Review Comment:
Aligned with the behavior of redis, no sub set is executed when an error
occurs.
--
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]