File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ public enum RespCommand : ushort
5959 LLEN ,
6060 LPOS ,
6161 LRANGE ,
62- MEMORY_HELP ,
6362 MEMORY_USAGE ,
6463 MGET ,
6564 PEXPIRETIME ,
@@ -259,6 +258,8 @@ public enum RespCommand : ushort
259258 CLIENT_SETINFO ,
260259 CLIENT_UNBLOCK ,
261260
261+ MEMORY_HELP ,
262+
262263 MONITOR ,
263264 MODULE ,
264265 MODULE_HELP ,
Original file line number Diff line number Diff line change @@ -435,11 +435,10 @@ public void AofIndependentCommandsTest()
435435 RespCommand . MODULE_HELP ,
436436 RespCommand . MODULE_LOADCS ,
437437 RespCommand . REGISTERCS ,
438- RespCommand . SCRIPT_HELP ,
439438 RespCommand . INFO ,
440439 RespCommand . TIME ,
441440 RespCommand . LASTSAVE ,
442- RespCommand . PUBSUB_HELP ,
441+
443442 // ACL
444443 RespCommand . ACL_CAT ,
445444 RespCommand . ACL_DELUSER ,
@@ -470,7 +469,6 @@ public void AofIndependentCommandsTest()
470469 RespCommand . COMMAND_GETKEYS ,
471470 RespCommand . COMMAND_GETKEYSANDFLAGS ,
472471 RespCommand . COMMAND_HELP ,
473- RespCommand . MEMORY_HELP ,
474472 RespCommand . MEMORY_USAGE ,
475473 // Config
476474 RespCommand . CONFIG_HELP ,
You can’t perform that action at this time.
0 commit comments