You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "mapleFU (via GitHub)" <gi...@apache.org> on 2023/09/08 04:43:49 UTC

[GitHub] [kvrocks] mapleFU commented on a diff in pull request #1747: Fix `TYPE` command with bloom filter

mapleFU commented on code in PR #1747:
URL: https://github.com/apache/kvrocks/pull/1747#discussion_r1319347990


##########
src/storage/redis_metadata.h:
##########
@@ -62,7 +62,7 @@ enum RedisCommand {
 };
 
 const std::vector<std::string> RedisTypeNames = {"none", "string", "hash",      "list",  "set",
-                                                 "zset", "bitmap", "sortedint", "stream"};
+                                                 "zset", "bitmap", "sortedint", "stream", "MBbloom--"};

Review Comment:
   Lets keep consistent with Redis



-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org