We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, BITPOS has no implementation, in the sense that the command is set to always return zero.
BITPOS
dragonfly/src/server/bitops_family.cc
Lines 485 to 487 in f175127
Example
> SET mykey "\xff\x00" > BITPOS mykey 0 0
whereas it is expected to return 8.
The text was updated successfully, but these errors were encountered:
feat(server): Implement BITPOS.
adad780
Fixes dragonflydb#835. Signed-off-by: chakaz <chakaz@chakaz>
feat(server): Implement BITPOS. (#907)
011c086
* feat(server): Implement BITPOS. Fixes #835. --------- Signed-off-by: chakaz <chakaz@chakaz> Co-authored-by: chakaz <chakaz@chakaz>
chakaz
Successfully merging a pull request may close this issue.
Currently,
BITPOS
has no implementation, in the sense that the command is set to always return zero.dragonfly/src/server/bitops_family.cc
Lines 485 to 487 in f175127
Example
whereas it is expected to return 8.
The text was updated successfully, but these errors were encountered: