]> git.saurik.com Git - redis.git/blame - client-libraries/cpp/TODO
redis-cli now accepts a -r (repeat) switch. Still there is a memory leaks to fix
[redis.git] / client-libraries / cpp / TODO
CommitLineData
111d9959 1general:
2- check for complete support for 0.100 (compiles; existing tests pass)
3
d7fc9edb 4command handlers:
5- support DEL as vararg
6- support MLLEN and MSCARD
111d9959 7- support SDIFF
8- support SDIFFSTORE
9
d7fc9edb 10
11unit tests:
12- sort with limit
13- sort lexicographically
14- sort with pattern and weights
15
16extras:
17- benchmarking "test" app
57172ffb 18- consistent hashing?
d7fc9edb 19
20maybe/someday:
21- make all string literals constants so they can be easily changed
57172ffb 22- add conveniences that store a std::set in its entirety (same for std::list, std::vector)