Add hgetall / hincrby

This commit is contained in:
fbraem
2015-11-17 22:02:25 +01:00
parent 8d08cc3909
commit 2f850b8a43
4 changed files with 135 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ public:
void testEVAL();
void testHDEL();
void testHEXISTS();
void testHGETALL();
void testHINCRBY();
void testHSET();
void testINCR();
void testINCRBY();