ndelvalle / rustdis

Partial Redis server implementation using Rust for learning purposes.
https://docs.rs/rustdis
0 stars 0 forks source link

Milestones #8

Open gillchristian opened 6 months ago

gillchristian commented 6 months ago

Milestones

  1. Make it public (2024-04-23) ✅
  2. Support string commands (without options) /commands/?group=string & /data-types/strings/ (2024-05-05) ✅
  3. Document it (README, notes, comments, et al)
  4. Server improvements (TTL, client info, etc)
  5. Future milestones
    1. Persist to disk & "log file" (Redis persistence)
    2. Compatibility test suit
    3. String commands with all options

TO-DO