git-hulk commented on code in PR #3022:
URL: https://github.com/apache/kvrocks/pull/3022#discussion_r2139203739
##########
src/commands/cmd_server.cc:
##########
@@ -1493,6 +1493,38 @@ class CommandSST : public Commander {
rocksdb::IngestExternalFileOptions ingest_options_;
};
+// command format: flushmemtables [sync|async]
+class CommandFlushMemTables : public Commander {
Review Comment:
I am more in favor of naming `flushmemtable` since we now have other FLUSH
commands, including:
- FLUSHBACKUP
- FLUSHDB
- FLUSHALL
--
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]