Добавлен клиент Redis
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#include "client.hpp"
|
||||
|
||||
#include <myx/redis/pubsub.hpp>
|
||||
#include <myx/redis/client.hpp>
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
@ -12,6 +13,7 @@ int main( int argc, char** argv )
|
||||
QCoreApplication app( argc, argv );
|
||||
|
||||
MR::PubSub a;
|
||||
MR::Client b;
|
||||
RedisClient c( &a );
|
||||
a.start();
|
||||
|
||||
|
Reference in New Issue
Block a user