]> git.saurik.com Git - redis.git/blob - client-libraries/cpp/TODO
now the size of the shared pool can be really modified via config, also the number...
[redis.git] / client-libraries / cpp / TODO
1 general:
2 - check for complete support for 0.100 (compiles; existing tests pass)
3
4 command handlers:
5 - support DEL as vararg
6 - support MLLEN and MSCARD
7 - support SDIFF
8 - support SDIFFSTORE
9
10
11 unit tests:
12 - sort with limit
13 - sort lexicographically
14 - sort with pattern and weights
15
16 extras:
17 - benchmarking "test" app
18 - consistent hashing?
19
20 maybe/someday:
21 - make all string literals constants so they can be easily changed
22 - add conveniences that store a std::set in its entirety (same for std::list, std::vector)