Add lset, ltrim and rpop tests

This commit is contained in:
fbraem
2015-11-13 22:52:15 +01:00
parent d1f9d36fb6
commit df452c610f
2 changed files with 238 additions and 6 deletions

View File

@@ -46,9 +46,12 @@ public:
void testLInsert();
void testLPop();
void testLRem();
void testLSet();
void testLTrim();
void testMulti();
void testPubSub();
void testRPop();
void testPipeliningWithSendCommands();
void testPipeliningWithWriteCommand();