11 lines
96 B
C++
11 lines
96 B
C++
|
|
#include <qredis/client.h>
|
||
|
|
|
||
|
|
using namespace QRedis;
|
||
|
|
|
||
|
|
Client::Client()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
Client::~Client()
|
||
|
|
{
|
||
|
|
}
|