資源簡介
QT鏈接redis數據庫,并對命令進行了封裝,是很好用的qt鏈接redis數據庫的接口
代碼片段和文件信息
#include?
#include?
#include?“qReadisTest.h“
int?main(int?argc?char?*argv[])
{
????QCoreApplication?a(argc?argv);
????qReadisTest??test;
????test.startTest();
????return?a.exec();
}
評論
共有 條評論