Skip to content

docs: update .NET bitmap commands status to Done - #21

Closed
Aryex wants to merge 2 commits into
mainfrom
alexl/agent/csharp-bitmap-commands-done
Closed

docs: update .NET bitmap commands status to Done#21
Aryex wants to merge 2 commits into
mainfrom
alexl/agent/csharp-bitmap-commands-done

Conversation

@Aryex

@Aryex Aryex commented Jun 4, 2026

Copy link
Copy Markdown
Owner

Summary

Update .NET bitmap command statuses from "Not started" to "Done" in the commands implementation progress table.

Source Commits

Changes

  • Updated .NET column for getbit from "Not started" to "Done"
  • Updated .NET column for setbit from "Not started" to "Done"
  • Updated .NET column for bitcount from "Not started" to "Done"
  • Updated .NET column for bitpos from "Not started" to "Done"
  • Updated .NET column for bitop from "Not started" to "Done"
  • Updated .NET column for bitfield from "Not started" to "Done"
  • Updated .NET column for bitfield_ro from "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 including BitFieldOptions, BitOffsetOptions, and BitmapIndexType enums.

cc @alexr-bq


This PR was generated by the doc-trigger pipeline.

hashrr and others added 2 commits June 4, 2026 11:13
…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>
@Aryex Aryex closed this Jun 4, 2026
@Aryex
Aryex deleted the alexl/agent/csharp-bitmap-commands-done branch June 4, 2026 20:46
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

Successfully merging this pull request may close these issues.

3 participants