]> git.saurik.com Git - redis.git/blobdiff - client-libraries/cpp/TODO
client libs removed from Redis git
[redis.git] / client-libraries / cpp / TODO
diff --git a/client-libraries/cpp/TODO b/client-libraries/cpp/TODO
deleted file mode 100644 (file)
index cc541cd..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-general:
-- check for complete support for 0.100 (compiles; existing tests pass)
-
-command handlers:
-- support DEL as vararg
-- support MLLEN and MSCARD
-- support SDIFF
-- support SDIFFSTORE
-
-
-unit tests:
-- sort with limit
-- sort lexicographically
-- sort with pattern and weights
-
-extras:
-- benchmarking "test" app
-- consistent hashing?
-
-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)