This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch 2.6
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/2.6 by this push:
     new 257233ba Disable XGROUP command
257233ba is described below

commit 257233bab6a63946178d9a8e71b8f8882fe39a10
Author: PragmaTwice <[email protected]>
AuthorDate: Fri Sep 22 22:09:59 2023 +0900

    Disable XGROUP command
---
 src/commands/cmd_stream.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/commands/cmd_stream.cc b/src/commands/cmd_stream.cc
index 8e19b9d3..4a876860 100644
--- a/src/commands/cmd_stream.cc
+++ b/src/commands/cmd_stream.cc
@@ -1052,7 +1052,7 @@ class CommandXSetId : public Commander {
 
 REDIS_REGISTER_COMMANDS(MakeCmdAttr<CommandXAdd>("xadd", -5, "write", 1, 1, 1),
                         MakeCmdAttr<CommandXDel>("xdel", -3, "write", 1, 1, 1),
-                        MakeCmdAttr<CommandXGroup>("xgroup", -4, "write", 2, 
2, 1),
+                        // MakeCmdAttr<CommandXGroup>("xgroup", -4, "write", 
2, 2, 1),
                         MakeCmdAttr<CommandXLen>("xlen", -2, "read-only", 1, 
1, 1),
                         MakeCmdAttr<CommandXInfo>("xinfo", -2, "read-only", 0, 
0, 0),
                         MakeCmdAttr<CommandXRange>("xrange", -4, "read-only", 
1, 1, 1),

Reply via email to