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 TODO command
  • Loading branch information
Vijay-Nirmal committed Nov 24, 2024
commit 376b256202bf10b54f165f718284f5497bd54c34
2 changes: 0 additions & 2 deletions test/Garnet.test/Resp/ACL/RespCommandTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5708,8 +5708,6 @@ static async Task DoZRangeAsync(GarnetClient client)
[Test]
public async Task ZRangeStoreACLsAsync()
{
// TODO: ZRange has loads of options, come back and test all the different lengths

await CheckCommandsAsync(
"ZRANGESTORE",
[DoZRangeStoreAsync]
Expand Down