Add blpop / brpop / brpoplpush

This commit is contained in:
fbraem
2015-11-14 19:39:16 +01:00
parent ed0b61c6e1
commit 4e5fe3f874
4 changed files with 161 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ public:
virtual ~RedisTest();
void testAppend();
void testBLpop();
void testBRpop();
void testDecr();
void testEcho();
void testError();