Add more set methods

This commit is contained in:
fbraem
2015-11-14 22:02:36 +01:00
parent d4a791d79c
commit 7a72e3d695
4 changed files with 551 additions and 17 deletions

View File

@@ -53,8 +53,14 @@ public:
void testPubSub();
void testSAdd();
void testSCard();
void testSDiff();
void testSDiffStore();
void testSet();
void testSInter();
void testSInterStore();
void testSMembers();
void testSUnion();
void testSUnionStore();
void testStrlen();
void testRename();
void testRenameNx();