Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Compatibility] Added ZRANGESTORE command #826

Merged
merged 15 commits into from
Dec 8, 2024
Prev Previous commit
Next Next commit
Removed temp code
  • Loading branch information
Vijay-Nirmal committed Nov 24, 2024
commit 2c65e2600147b0ab8d53294a44445d7cada64904
2 changes: 1 addition & 1 deletion playground/CommandInfoUpdater/CommandDocsUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ private static IReadOnlyDictionary<string, RespCommandDocs> GetUpdatedCommandsDo
}

// Update commands docs with commands to add
foreach (var command in commandsToAdd.Keys.Where(x => x.Command == "ZRANGESTORE"))
foreach (var command in commandsToAdd.Keys)
{
RespCommandDocs baseCommandDocs;
List<RespCommandDocs> updatedSubCommandsDocs;
Expand Down