Skip to content

feat: add support for Array data type #62

Description

@kvasi34

Summary

Implement Redis Arrays — a sparse, index-addressable structure backed by BTreeMap<u64, String>.

Only the core command set is in scope. Advanced commands (ARINSERT, ARRING, AROP, ARGREP, ARSCAN, ARSEEK, ARNEXT) are deferred.

Commands

See sub-issues.

Depends on #60. Part of #58.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions