PragmaTwice commented on code in PR #2142:
URL: https://github.com/apache/kvrocks/pull/2142#discussion_r1516173757
##########
src/storage/redis_metadata.h:
##########
@@ -329,3 +330,8 @@ class SearchMetadata : public Metadata {
void Encode(std::string *dst) const override;
rocksdb::Status Decode(Slice *input) override;
};
+
+class HyperloglogMetadata: public Metadata {
+ public:
+ explicit HyperloglogMetadata(bool generate_version = true) :
Metadata(kRedisHyperloglog, generate_version) {}
+};
Review Comment:
Please put a newline to the end of the file : )
--
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]