Add hstrlen (note: only available in Redis 3.2)

This commit is contained in:
fbraem
2015-11-18 22:17:13 +01:00
parent fd5579cb8c
commit 2d10de0c30
4 changed files with 74 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ public:
void testHMGET();
void testHMSET();
void testHSET();
void testHSTRLEN();
void testINCR();
void testINCRBY();
void testLINDEX();