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

The results of zrangestore and Do(zrangestore bylex rev) are different. #3167

Open
EricWJP opened this issue Oct 23, 2024 · 0 comments
Open

Comments

@EricWJP
Copy link

EricWJP commented Oct 23, 2024

The results of zrangestore and Do(zrangestore) are different.

  1. _, err = clusterClient.ZRangeStore(ctx, tmpSrcKey, *zRangeArgs).Result()
    expected:ZRANGESTORE dstzset srczset + (e bylex rev limit 2 2
    actual: ZRANGESTORE dstzset srczset (e + bylex rev limit 2 2
    resp: 0
  2. _, err = clusterClient.Do(ctx, "zrangestore", dst, srckey, start, stop, bylex, rev limit 2 2).Result()
    expected:ZRANGESTORE dstzset srczset + (e bylex rev limit 2 2
    actual: ZRANGESTORE dstzset srczset + (e bylex rev limit 2 2
    resp: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant