]> git.saurik.com Git - redis.git/blobdiff - client-libraries/cpp/TODO
client libraries synched in git
[redis.git] / client-libraries / cpp / TODO
index 55967cf40884e3332959dfab697e9a208770d5ef..3e84754d86ce7d1ac9800f88d6b9cc1f0906d748 100644 (file)
@@ -1,9 +1,16 @@
-+ finish command implementations 
-= finish unit tests
-  Only a few left, to test the SORT command's edge cases (e.g. BY pattern)
-+ determine if we should not use bool return values and instead throw redis_error. (latter).
-+ maybe more fine-grained exceptions (not just redis_error but operation_not_permitted_error, etc.)
-- benchmarking
+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?
-- make all string literals constants so they can be easily changed (minor)
+
+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)