Skip to content

Commit

Permalink
Merge branch 'docs/updated-api-compatibility' of https://github.com/V…
Browse files Browse the repository at this point in the history
…ijay-Nirmal/garnet into docs/updated-api-compatibility
  • Loading branch information
Vijay-Nirmal committed Sep 18, 2024
2 parents a831de2 + 1e6bb9b commit 268c039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/cluster/Session/ClusterCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ private void ProcessClusterCommands(RespCommand command, out bool invalidParamet
RespCommand.CLUSTER_SLOTSTATE => NetworkClusterSlotState(out invalidParameters),
_ => throw new Exception($"Unexpected cluster subcommand: {command}")
};
this.sessionMetrics?.incr_total_cluster_commands_processed();
}
}
}

0 comments on commit 268c039

Please sign in to comment.