Add hset/hget

This commit is contained in:
fbraem
2015-11-17 20:31:23 +01:00
parent f7bb5d319f
commit 90eb6dcd18
4 changed files with 61 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ public:
void testEcho();
void testError();
void testEval();
void testHSet();
void testIncr();
void testIncrBy();
void testLIndex();