Add rpoplpush

This commit is contained in:
fbraem
2015-11-14 18:36:48 +01:00
parent df452c610f
commit f3dd36ac70
4 changed files with 105 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ public:
void testPubSub();
void testRPop();
void testRPoplPush();
void testPipeliningWithSendCommands();
void testPipeliningWithWriteCommand();