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