docs: update .NET bitmap commands status to Done - #21
Closed
Aryex wants to merge 2 commits into
Closed
Conversation
…key-io#222) Signed-off-by: hashrr <harsha7697@gmail.com> Signed-off-by: Harshavardhan Gowda <harsha7697@gmail.com> Signed-off-by: Alex Le <alex.le@improving.com> Co-authored-by: Alex Le <alex.le@improving.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update .NET bitmap command statuses from "Not started" to "Done" in the commands implementation progress table.
Source Commits
000fe7e— Bitmap command interface refactor (docs: mark BGREWRITEAOF as available for PHP and C# valkey-io/valkey-glide-docs#281)Changes
getbitfrom "Not started" to "Done"setbitfrom "Not started" to "Done"bitcountfrom "Not started" to "Done"bitposfrom "Not started" to "Done"bitopfrom "Not started" to "Done"bitfieldfrom "Not started" to "Done"bitfield_rofrom "Not started" to "Done"Context
PR valkey-io/valkey-glide-csharp#281 refactors bitmap command interfaces in the C# client, splitting them between GLIDE-style (
IBaseClient) and StackExchange.Redis-compatible (IDatabaseAsync) APIs. All seven bitmap commands (GETBIT, SETBIT, BITCOUNT, BITPOS, BITOP, BITFIELD, BITFIELD_RO) are now fully implemented with comprehensive options support includingBitFieldOptions,BitOffsetOptions, andBitmapIndexTypeenums.cc @alexr-bq
This PR was generated by the doc-trigger pipeline.