-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cann't flip a bitmap by range #73
Comments
Hello, thank you for opening this issue. Can you explain the problem in more detail? Do you have an example that I can use to reproduce? Thanks |
For example: I want to get the users login on monday but not login on tuesday. Now I have to use a redis transaction to achive this goal:
This's Ugly. |
I was able to test this and can confirm this is not the intended behavior.
|
Yes, we can change like this. |
Need to pass “last“” from R.BITOP NOT
redis-roaring/src/data-structure.c
Line 91 in 860282d
The text was updated successfully, but these errors were encountered: