]> git.saurik.com Git - redis.git/blame - client-libraries/cpp/TODO
client libraries synched in git
[redis.git] / client-libraries / cpp / TODO
CommitLineData
d7fc9edb 1command handlers:
2- support DEL as vararg
3- support MLLEN and MSCARD
4
5unit tests:
6- sort with limit
7- sort lexicographically
8- sort with pattern and weights
9
10extras:
11- benchmarking "test" app
57172ffb 12- consistent hashing?
d7fc9edb 13
14maybe/someday:
15- make all string literals constants so they can be easily changed
57172ffb 16- add conveniences that store a std::set in its entirety (same for std::list, std::vector)