Добавлен клиент Redis

This commit is contained in:
2020-04-26 21:38:35 +03:00
parent c1740b2223
commit b41f17a9b2
20 changed files with 2450 additions and 968 deletions

View File

@ -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();