issues
search
badboy
/
rdb-rs
RDB parsing & dumping library and utility
https://rdb.fnordig.de/
MIT License
62
stars
17
forks
source link
Steps to first release
#1
Closed
badboy
closed
9 years ago
badboy
commented
9 years ago
Missing
[x] zipmap
[x] sorted set ziplist, float decoding missing
[x] proper return types for all methods
[x] wrapper struct (canceled)
[x] output encoder (json, basic, protocol)
[ ] more tests
[x] speed comparison with python-rdb-tools
[x] Documentation
[x] Blog post
badboy
commented
9 years ago
[x] Quicklist problems, see FIXME in code
Missing