mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
Work on AsyncClient and add execute<T> method
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
#include "Poco/Redis/Redis.h"
|
||||
#include "Poco/Redis/Client.h"
|
||||
#include "Poco/Redis/AsyncClient.h"
|
||||
|
||||
#include "CppUnit/TestCase.h"
|
||||
|
||||
@@ -41,6 +41,9 @@ public:
|
||||
void testRPush();
|
||||
void testLIndex();
|
||||
void testMulti();
|
||||
|
||||
void testPubSub();
|
||||
|
||||
void testPipeliningWithSendCommands();
|
||||
void testPipeliningWithWriteCommand();
|
||||
|
||||
@@ -54,7 +57,7 @@ private:
|
||||
std::string _host;
|
||||
unsigned _port;
|
||||
static bool _connected;
|
||||
static Poco::Redis::Client _redis;
|
||||
static Poco::Redis::AsyncClient _redis;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user