Skip to content

Support arrays in RDB - #15

Merged
mdogan merged 2 commits into
masterfrom
support-arrays
Aug 11, 2026
Merged

Support arrays in RDB#15
mdogan merged 2 commits into
masterfrom
support-arrays

Conversation

@mdogan

@mdogan mdogan commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Add reading, writing, verifying, and encoding support for the array type,
along with its insert cursor. Arrays are never empty, and the maximum
uint64 value is reserved for the missing cursors, so both are rejected on
read and on write.

PS: Implemented by Claude and Codex.

Add reading, writing, verifying, and encoding support for the array type,
along with its insert cursor. Arrays are never empty, and the maximum
uint64 value is reserved for the missing cursors, so both are rejected on
read and on write.
@mdogan
mdogan requested a review from mehmettokgoz August 7, 2026 13:27
Comment thread array.go Outdated
Comment thread writer.go
@mdogan
mdogan merged commit 3e9879a into master Aug 11, 2026
1 check passed
@mdogan
mdogan deleted the support-arrays branch August 11, 2026 08:59
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.

2 participants