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.
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.