Skip to content

Commit c27c3d1

Browse files
committed
update comment
1 parent 4914cf3 commit c27c3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/cluster/Session/RespClusterReplicationCommands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ private bool NetworkClusterFlushAll(out bool invalidParameters)
487487
{
488488
invalidParameters = false;
489489

490-
// Expecting exactly 3 arguments
490+
// Expecting exactly 0 arguments
491491
if (parseState.Count != 0)
492492
{
493493
invalidParameters = true;

0 commit comments

Comments
 (0)