Skip to content

Commit 929be26

Browse files
committed
Get rid of some extra newlines
Signed-off-by: currantw <[email protected]>
1 parent d7891fd commit 929be26

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

sources/Valkey.Glide/Commands/IGenericCommands.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,4 @@ public interface IGenericCommands
194194
/// </example>
195195
/// <seealso href="https://valkey.io/commands/scan/">SCAN command</seealso>
196196
Task<(string cursor, ValkeyKey[] keys)> ScanAsync(string cursor, ScanOptions? options = null);
197-
198-
199-
200-
201197
}

sources/Valkey.Glide/GlideClient.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ public async Task<TimeSpan> PingAsync(ValkeyValue message, CommandFlags flags =
9191
return await Command(Request.Ping(message));
9292
}
9393

94-
95-
96-
97-
9894
public async Task<KeyValuePair<string, string>[]> ConfigGetAsync(ValkeyValue pattern = default, CommandFlags flags = CommandFlags.None)
9995
{
10096
Utils.Requires<NotImplementedException>(flags == CommandFlags.None, "Command flags are not supported by GLIDE");

0 commit comments

Comments
 (0)