More tests ...

This commit is contained in:
fbraem
2015-10-27 22:04:38 +01:00
parent cf2450d1c5
commit 2d0c312be3
2 changed files with 445 additions and 0 deletions

View File

@@ -32,8 +32,15 @@ public:
void testAppend();
void testEcho();
void testIncr();
void testIncrBy();
void testPing();
void testSet();
void testMSet();
void testStrlen();
void testRPush();
void testLIndex();
void testMulti();
void testPipeliningWithSendCommands();
void testPipeliningWithWriteCommand();