Committing more work ...

This commit is contained in:
fbraem
2015-10-22 18:54:44 +02:00
parent 9acd00e25a
commit 8f950a903a
20 changed files with 492 additions and 178 deletions

View File

@@ -32,6 +32,8 @@ public:
void testEcho();
void testPing();
void testSet();
void testPipelining();
void setUp();
void tearDown();
@@ -43,7 +45,7 @@ private:
std::string _host;
unsigned _port;
static bool _connected;
static Poco::Redis::Connection _redis;
static Poco::Redis::Client _redis;
};