Skip to content

Commit 00d330e

Browse files
committed
Fix
Signed-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com>
1 parent f58f531 commit 00d330e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sources/Valkey.Glide/Pipeline/IBatch.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ internal interface IBatch : IBatchSetCommands, IBatchStringCommands, IBatchListC
1616
/// <returns>Command Response - <inheritdoc cref="IGenericCommands.CustomCommand(GlideString[])" /></returns>
1717
IBatch CustomCommand(GlideString[] args);
1818

19-
/// <inheritdoc cref="IServerManagementCommands.Info()" path="/summary" />
20-
/// <returns>Command Response - <inheritdoc cref="IServerManagementCommands.Info()" /></returns>
19+
/// <inheritdoc cref="IServerManagementCommands.InfoAsync()" path="/summary" />
20+
/// <returns>Command Response - <inheritdoc cref="IServerManagementCommands.InfoAsync()" /></returns>
2121
IBatch Info();
2222

23-
/// <inheritdoc cref="IServerManagementCommands.Info(Section[])" path="/summary" />
24-
/// <inheritdoc cref="IServerManagementCommands.Info(Section[])" path="/param" />
25-
/// <returns>Command Response - <inheritdoc cref="IServerManagementCommands.Info(Section[])" /></returns>
23+
/// <inheritdoc cref="IServerManagementCommands.InfoAsync(Section[])" path="/summary" />
24+
/// <inheritdoc cref="IServerManagementCommands.InfoAsync(Section[])" path="/param" />
25+
/// <returns>Command Response - <inheritdoc cref="IServerManagementCommands.InfoAsync(Section[])" /></returns>
2626
IBatch Info(Section[] sections);
2727
}

0 commit comments

Comments
 (0)