mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
Add more factory methods for commands
This commit is contained in:
@@ -31,16 +31,20 @@ public:
|
||||
virtual ~RedisTest();
|
||||
|
||||
void testAppend();
|
||||
void testDecr();
|
||||
void testEcho();
|
||||
void testError();
|
||||
void testIncr();
|
||||
void testIncrBy();
|
||||
void testPing();
|
||||
void testSet();
|
||||
void testMSet();
|
||||
void testMSetWithMap();
|
||||
void testStrlen();
|
||||
void testRPush();
|
||||
void testLIndex();
|
||||
void testLInsert();
|
||||
void testLRem();
|
||||
void testMulti();
|
||||
|
||||
void testPubSub();
|
||||
|
||||
Reference in New Issue
Block a user