Add more factory methods for commands

This commit is contained in:
fbraem
2015-11-10 22:48:54 +01:00
parent 98918b39c4
commit b66751a919
4 changed files with 318 additions and 43 deletions

View File

@@ -31,16 +31,20 @@ public:
virtual ~RedisTest();
void testAppend();
void testDecr();
void testEcho();
void testError();
void testIncr();
void testIncrBy();
void testPing();
void testSet();
void testMSet();
void testMSetWithMap();
void testStrlen();
void testRPush();
void testLIndex();
void testLInsert();
void testLRem();
void testMulti();
void testPubSub();