redict/client-libraries/cpp/TODO

17 lines
388 B
Plaintext
Raw Normal View History

2009-05-26 12:10:50 -04:00
command handlers:
- support DEL as vararg
- support MLLEN and MSCARD
unit tests:
- sort with limit
- sort lexicographically
- sort with pattern and weights
extras:
- benchmarking "test" app
- consistent hashing?
2009-05-26 12:10:50 -04:00
maybe/someday:
- make all string literals constants so they can be easily changed
- add conveniences that store a std::set in its entirety (same for std::list, std::vector)